编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#23392 #2044. 芙宁娜的小蛋糕 Judgement Failed 0 466 ms 320 K C / 290 B 192023211877 2024-12-15 21:13:13
显示原始代码
#include <stdio.h>
int t;
long long n, x;
int main() {
    scanf("%d", &t);
    for (int k = 1; k <= t; k++) {
        scanf("%lld", &n);
        if (n == 1)
            printf("1 4 2");
        else {
            x = n * (n + 1);
            printf("%lld %lld %lld", n + 1, x, n);
        }
    }
}
子任务 #1
Judgement Failed
得分:0
测试点 #1
Judgement Failed
得分:0
用时:3 ms
内存:196 KiB

输入文件(test1.in

15
49
2
58
26
70
27
89
53
92
74
66
8
46
38
12

用户输出

50 2450 493 6 259 3422 5827 702 2671 4970 7028 756 2790 8010 8954 2862 5393 8556 9275 5550 7467 4422 669 72 847 2162 4639 1482 3
<10 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #2
Judgement Failed
得分:0
用时:3 ms
内存:196 KiB

输入文件(test2.in

15
24
100
30
35
92
35
28
74
53
6
70
36
85
45
64

用户输出

25 600 24101 10100 10031 930 3036 1260 3593 8556 9236 1260 3529 812 2875 5550 7454 2862 537 42 671 4970 7037 1332 3686 7310 8546
<18 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #3
Judgement Failed
得分:0
用时:3 ms
内存:288 KiB

输入文件(test3.in

15
62
82
30
82
74
32
12
2
8
66
69
38
42
18
50

用户输出

63 3906 6283 6806 8231 930 3083 6806 8275 5550 7433 1056 3213 156 123 6 29 72 867 4422 6670 4830 6939 1482 3843 1806 4219 342 18
<10 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #4
Judgement Failed
得分:0
用时:3 ms
内存:196 KiB

输入文件(test4.in

15
18
100
8
78
91
97
64
22
64
80
47
30
32
23
66

用户输出

19 342 18101 10100 1009 72 879 6162 7892 8372 9198 9506 9765 4160 6423 506 2265 4160 6481 6480 8048 2256 4731 930 3033 1056 3224
<17 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #5
Judgement Failed
得分:0
用时:3 ms
内存:196 KiB

输入文件(test5.in

15
42
98
87
72
14
2
86
82
39
61
61
101
7
24
50

用户输出

43 1806 4299 9702 9888 7656 8773 5256 7215 210 143 6 287 7482 8683 6806 8240 1560 3962 3782 6162 3782 61102 10302 1018 56 725 60
<14 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #6
Judgement Failed
得分:0
用时:3 ms
内存:288 KiB

输入文件(test6.in

15
14
82
86
2
12
92
90
86
97
2
78
82
18
54
14

用户输出

15 210 1483 6806 8287 7482 863 6 213 156 1293 8556 9291 8190 9087 7482 8698 9506 973 6 279 6162 7883 6806 8219 342 1855 2970 541
<8 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #7
Judgement Failed
得分:0
用时:3 ms
内存:284 KiB

输入文件(test7.in

15
56
49
86
2
11
6
86
49
72
84
46
87
2
66
96

用户输出

57 3192 5650 2450 4987 7482 863 6 212 132 117 42 687 7482 8650 2450 4973 5256 7285 7140 8447 2162 4688 7656 873 6 267 4422 6697 
<7 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #8
Judgement Failed
得分:0
用时:3 ms
内存:192 KiB

输入文件(test8.in

15
94
98
80
77
101
3
44
2
46
82
40
24
15
86
98

用户输出

95 8930 9499 9702 9881 6480 8078 6006 77102 10302 1014 12 345 1980 443 6 247 2162 4683 6806 8241 1640 4025 600 2416 240 1587 748
<14 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #9
Judgement Failed
得分:0
用时:3 ms
内存:228 KiB

输入文件(test9.in

15
4
32
80
22
18
70
62
90
34
77
100
6
40
24
81

用户输出

5 20 433 1056 3281 6480 8023 506 2219 342 1871 4970 7063 3906 6291 8190 9035 1190 3478 6006 77101 10100 1007 42 641 1640 4025 60
<14 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #10
Judgement Failed
得分:0
用时:3 ms
内存:200 KiB

输入文件(test10.in

15
34
90
2
2
9
70
91
67
72
72
90
71
26
28
71

用户输出

35 1190 3491 8190 903 6 23 6 210 90 971 4970 7092 8372 9168 4556 6773 5256 7273 5256 7291 8190 9072 5112 7127 702 2629 812 2872 
<7 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #11
Judgement Failed
得分:0
用时:44 ms
内存:232 KiB

输入文件(test11.in

100000
757149
167851002
301413358
336971126
659598370
160567227
391749389
4890853
35766292
<1062824 bytes omitted>

用户输出

757150 573275365350 757149167851003 28173959040255006 167851002301413359 90850012682249522 301413358336971127 113549540094679002
<3607688 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #12
Judgement Failed
得分:0
用时:44 ms
内存:304 KiB

输入文件(test12.in

100000
388526385
167178296
5797002
179597342
343191872
258689190
42351134
147820952
1275653
<1062696 bytes omitted>

用户输出

388526386 150952752229694610 388526385167178297 27948582820641912 1671782965797003 33605237985006 5797002179597343 3225520543306
<3607333 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #13
Judgement Failed
得分:0
用时:43 ms
内存:216 KiB

输入文件(test13.in

100000
115913290
201095
57736252
369868052
695962364
64768898
96057388
645998786
256252754
<1062452 bytes omitted>

用户输出

115913291 13435890914537390 115913290201096 40439400120 20109557736253 3333474852743756 57736252369868053 136802376260142756 369
<3606262 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #14
Judgement Failed
得分:0
用时:44 ms
内存:284 KiB

输入文件(test14.in

100000
206495012
695164733
117412535
213191456
103236564
249658654
173057476
144950642
3921
<1062488 bytes omitted>

用户输出

206495013 42640190187375156 206495012695164734 483254006702126022 695164733117412536 13785703492538760 117412535213191457 454505
<3606451 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #15
Judgement Failed
得分:0
用时:43 ms
内存:240 KiB

输入文件(test15.in

100000
76467998
636722920
322721819
627554380
618858935
22121156
437103970
47962090
3041548
<1062727 bytes omitted>

用户输出

76467999 5847354794596002 76467998636722921 405416077490049320 636722920322721820 104149372781390580 322721819627554381 39382450
<3607276 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #16
Judgement Failed
得分:0
用时:44 ms
内存:260 KiB

输入文件(test16.in

100000
230797514
251755385
86525558
98616322
52775434
147068837
525792176
15465352
11535660
<1062669 bytes omitted>

用户输出

230797515 53267492699377710 230797514251755386 63380774128253610 25175538586525559 7486672273736922 8652555898616323 97251790634
<3606936 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #17
Judgement Failed
得分:0
用时:43 ms
内存:268 KiB

输入文件(test17.in

100000
71493907
451327512
143831677
61901150
499136666
245588576
182742369
654776267
385968
<1062634 bytes omitted>

用户输出

71493908 5111378809618556 71493907451327513 203696523539437656 451327512143831678 20687551452464006 14383167761901151 3831752433
<3607237 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #18
Judgement Failed
得分:0
用时:44 ms
内存:252 KiB

输入文件(test18.in

100000
692857962
410435586
60993992
776048264
199867103
368330978
71255333
804599084
187734
<1062724 bytes omitted>

用户输出

692857963 480052156199651406 692857962410435587 168457370665598982 41043558660993993 3720267121090056 60993992776048265 60225090
<3607255 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #19
Judgement Failed
得分:0
用时:44 ms
内存:244 KiB

输入文件(test19.in

100000
72972744
129884942
133713810
50663369
278397277
8849570
142972418
69058257
248165402
<1062781 bytes omitted>

用户输出

72972745 5325021439862280 72972744129884943 16870098288228306 129884942133713811 17879383118429910 13371381050663370 25667770090
<3607488 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0
测试点 #20
Judgement Failed
得分:0
用时:43 ms
内存:320 KiB

输入文件(test20.in

100000
194646211
177969602
420998261
556762128
37261842
119761840
170055539
123864862
68103
<1062971 bytes omitted>

用户输出

194646212 37887147651302732 194646211177969603 31673179414008006 177969602420998262 177239536186022382 420998261556762129 309984
<3608454 bytes omitted>

Special Judge 信息

Special Judge returned an unrecoginzed score: .

系统信息

Exited with return code 0