QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#364404 | #5112. Where Am I? | waifuSenpai# | WA | 0ms | 4068kb | C++20 | 3.0kb | 2024-03-24 14:18:29 | 2024-03-24 14:18:29 |
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: 3644kb
input:
1 1 X
output:
0 0 (1,1)
result:
ok correct!
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 4068kb
input:
2 1 .X
output:
0.0000000000 48 (1,1) (2,1)
result:
wrong answer Line 2: read 48 but expected 0