QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150284 | #5595. Hunt the Wumpus | HuangHanSheng | WA | 1ms | 3476kb | C++17 | 1.7kb | 2023-08-25 16:11:21 | 2023-08-25 16:11:24 |
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: 3424kb
input:
203811 00 01 02 03
output:
You hit a wumpus! 1 You hit a wumpus! 1 You hit a wumpus! 1 You hit a wumpus! Your score is 4 moves.
result:
ok 8 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3476kb
input:
101628 00 40 60 68 78 95
output:
0 You hit a wumpus! 2 You hit a wumpus! 6 0 You hit a wumpus! 1 You hit a wumpus! 6 Your score is 6 moves.
result:
wrong answer 1st lines differ - expected: '4', found: '0'