QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#597055#4575. Interactive Treasure HuntZhaoZiLongWA 1ms3624kbC++202.1kb2024-09-28 16:58:082024-09-28 16:58:09

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3624kb

input:

1
2 3
3
1
5
1
3
1
1

output:

SCAN 1 1
SCAN 1 3
SCAN 2 1
SCAN 1 2
SCAN 1 1
DIG 1 2
DIG 1 3
DIG 1 3

result:

ok (1 test case)

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3520kb

input:

72
3 3
1
5
3
1
1
1
1
3 3
0
0
4

output:

SCAN 1 1
SCAN 1 3
SCAN 3 1
SCAN 1 1
SCAN 1 1
DIG 1 1
DIG 2 1
DIG 1 1
DIG 2 1
SCAN 1 1
SCAN 1 0

result:

wrong answer Integer 0 violates the range [1, 3] (test case 2)