QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#595327 | #6843. PTSD | ZhaoZiLong | WA | 0ms | 3848kb | C++20 | 881b | 2024-09-28 13:27:07 | 2024-09-28 13:27:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3832kb
input:
4 5 10101 8 11111111 4 1100 4 0110
output:
4 16 3 3
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3848kb
input:
14 1 0 1 1 2 00 2 01 2 10 2 11 3 000 3 001 3 010 3 011 3 100 3 101 3 110 3 111
output:
0 0 0 0 1 1 0 0 2 1 1 1 2 1
result:
wrong answer 10th lines differ - expected: '2', found: '1'