QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202800#874. Long Grid CoveringwoshiluoWA 0ms1388kbC++2060b2023-10-06 13:29:432023-10-06 13:29:44

Judging History

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

  • [2023-10-06 13:29:44]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:1388kb
  • [2023-10-06 13:29:43]
  • 提交

answer

#include <cstdio>

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1388kb

input:

4
1
2
3
10

output:

1
3
10
1

result:

wrong answer 4th numbers differ - expected: '8266', found: '1'