QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202795#874. Long Grid CoveringwoshiluoWA 0ms1364kbC++2059b2023-10-06 13:29:162023-10-06 13:29:17

Judging History

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

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

answer

#include <cstdio>

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
1
2
3
10

output:

1
3
10

result:

wrong answer Answer contains longer sequence [length = 4], but output contains 3 elements