QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#134142 | #5724. Glow, Little Pixel, Glow | lmq26052003 | WA | 1ms | 3464kb | C++20 | 1.1kb | 2023-08-03 09:17:17 | 2023-08-03 09:17:20 |
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: 1ms
memory: 3332kb
input:
4 h 1 4 1 v 2 4 2 h 10 2 2 v 11 2 3
output:
2
result:
ok single line: '2'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3464kb
input:
4 h 1 10 1 h 5 10 2 v 1 10 1 v 5 10 3
output:
6
result:
wrong answer 1st lines differ - expected: '4', found: '6'