QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#368874#6184. Atcoder ProblemdsostWA 20ms4844kbC++2016.0kb2024-03-27 17:24:032024-03-27 17:24:03

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 4796kb

input:

5 6 7

output:

0
3
7
25
49

result:

ok 5 number(s): "0 3 7 25 49"

Test #2:

score: 0
Accepted
time: 1ms
memory: 4844kb

input:

10 100 0

output:

1
101
1418
38280
756912
13403840
203823022
755806367
368916768
79402702

result:

ok 10 numbers

Test #3:

score: -100
Wrong Answer
time: 20ms
memory: 4788kb

input:

100000 1152921504606846975 1135906340197086405

output:

0
0
0
293745226
0
99748780
0
462025223
0
682102801
0
114070105
0
54573426
0
377880536
0
196286787
0
123350483
0
369262715
0
898486475
0
643920959
0
660253392
0
727881620
0
594102401
0
992979282
0
412908610
0
756685467
0
468530610
0
824296213
0
175910478
0
317286711
0
165936370
0
553416575
0
77451345...

result:

wrong answer 1st numbers differ - expected: '1', found: '0'