QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#864840 | #4882. String Strange Sum | CloudDreamLaker | WA | 0ms | 1408kb | C++26 | 67b | 2025-01-21 09:48:06 | 2025-01-21 09:48:08 |
Judging History
answer
#include<cstdio>
main() {
printf("1\n0\n6\n7\n0\n74\n51\n2");
}
Details
Tip: Click on the bar to expand more detailed information
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'