QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112031 | #3876. Attack on Alpha-Zet | lmq26052003 | WA | 4ms | 73440kb | C++20 | 3.0kb | 2023-06-09 16:07:28 | 2023-06-09 16:07:30 |
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: 4ms
memory: 73288kb
input:
2 6 _ _ _ _ _ _ | _ _ _ _ _| |_ _ _ _ _ _| 5 1 5 1 1 1 6 1 1 1 5
output:
18
result:
ok single line: '18'
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 73440kb
input:
5 5 _ _ _ _ _ |_ _ |_ | | _| | _| | |_ _| | | _ _ | |_|_ _ _|_| 7 4 4 1 4 3 1 4 5 1 2 2 2 5 4
output:
8
result:
wrong answer 1st lines differ - expected: '43', found: '8'