QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864840#4882. String Strange SumCloudDreamLakerWA 0ms1408kbC++2667b2025-01-21 09:48:062025-01-21 09:48:08

Judging History

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

  • [2025-01-21 09:48:08]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:1408kb
  • [2025-01-21 09:48:06]
  • 提交

answer

#include<cstdio>
main() {
	printf("1\n0\n6\n7\n0\n74\n51\n2");
}

详细

Test #1:

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

input:

8
aa
ab
ababa
abaaba
abacaba
abaaababaab
aababcabcbc
abcdabcabaabcd

output:

1
0
6
7
0
74
51
2

result:

wrong answer 8th numbers differ - expected: '20', found: '2'