QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202850#874. Long Grid CoveringwoshiluoWA 0ms1372kbC++2063b2023-10-06 13:46:312023-10-06 13:46:31

Judging History

你现在查看的是最新测评结果

  • [2023-10-06 13:46:31]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:1372kb
  • [2023-10-06 13:46:31]
  • 提交

answer

#include <cstdio>

int main() { printf( "1\n3\n10\n8266" ); }

詳細信息

Test #1:

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

input:

4
1
2
3
10

output:

1
3
10
8266

result:

ok 4 number(s): "1 3 10 8266"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 1360kb

input:

100
591
417
888
251
792
847
685
3
182
461
102
348
555
956
771
901
712
878
580
631
342
333
285
899
525
725
537
718
929
653
84
788
104
355
624
803
253
853
201
995
536
184
65
205
540
652
549
777
248
405
677
950
431
580
600
846
328
429
134
983
526
103
500
963
400
23
276
704
570
757
410
658
507
620
984
2...

output:

1
3
10
8266

result:

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