QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#150672#5595. Hunt the WumpusZhangYiDeWA 1ms3424kbC++171.2kb2023-08-26 00:00:222023-08-26 00:00:24

详细

Test #1:

score: 100
Accepted
time: 0ms
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: 3416kb

input:

101628
00
40
60
68
78
95

output:

4
You hit a wumpus!
2
You hit a wumpus!
8
1
You hit a wumpus!
5
You hit a wumpus!
Your score is 4 moves.

result:

wrong answer 10th lines differ - expected: 'Your score is 6 moves.', found: 'Your score is 4 moves.'