QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#507014#7419. Jiry MatchingsmekoszcWA 14ms94980kbC++143.2kb2024-08-06 07:36:552024-08-06 07:36:55

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 74660kb

input:

5
1 2 3
2 3 5
2 4 4
3 5 2

output:

5 6 ? ? 

result:

ok single line: '5 6 ? ? '

Test #2:

score: 0
Accepted
time: 11ms
memory: 75120kb

input:

10
2 8 -5
5 10 5
3 4 -5
1 6 5
3 9 5
1 7 -3
4 8 -5
10 8 -5
1 8 -3

output:

5 10 15 10 ? ? ? ? ? 

result:

ok single line: '5 10 15 10 ? ? ? ? ? '

Test #3:

score: 0
Accepted
time: 9ms
memory: 76088kb

input:

2
1 2 35

output:

35 

result:

ok single line: '35 '

Test #4:

score: 0
Accepted
time: 7ms
memory: 76260kb

input:

100
75 98 770328247
87 98 -219729992
98 35 578758971
98 93 -348642106
63 98 -638036803
83 25 -744163505
21 98 810313834
97 25 131957988
19 98 -711567435
8 25 68874404
43 98 184473508
28 94 171940607
92 28 971759198
51 98 -674532123
28 6 797727320
98 95 1154600
98 58 683765502
28 12 358426364
4 42 65...

output:

990461444 1951945471 2906346403 3825083089 4484694703 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 

result:

ok single line: '990461444 1951945471 290634640... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? '

Test #5:

score: -100
Wrong Answer
time: 14ms
memory: 94980kb

input:

203
139 160 -585848305
172 95 -541522893
170 39 5557137
106 39 -778170145
3 95 -436330773
39 6 -437501664
16 130 -452155774
65 148 68947909
160 62 959671488
109 39 -800234924
39 69 -419168940
23 16 876930246
95 84 393547919
11 39 640235516
37 95 100755747
39 36 930905421
95 103 150613974
39 60 55894...

output:

980020055 1939691543 2899363031 3859034519 4818706007 5778377495 6738048983 7697720471 8657391959 9617063447 10576734935 11536406423 12496077911 13455749399 14415420887 15375092375 16334763863 17294435351 18254106839 19213778327 20173449815 21133121303 22092792791 23052464279 24012135767 24971807255...

result:

wrong answer 1st lines differ - expected: '980020055 1939691543 285542915...? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?', found: '980020055 1939691543 289936303...4414 297478502843 297262281272 '