QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112005 | #3876. Attack on Alpha-Zet | lmq26052003 | WA | 18ms | 27152kb | C++20 | 2.9kb | 2023-06-09 14:12:47 | 2023-06-09 14:12:50 |
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: 18ms
memory: 27152kb
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: 7ms
memory: 27084kb
input:
5 5 _ _ _ _ _ |_ _ |_ | | _| | _| | |_ _| | | _ _ | |_|_ _ _|_| 7 4 4 1 4 3 1 4 5 1 2 2 2 5 4
output:
25
result:
wrong answer 1st lines differ - expected: '43', found: '25'