QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#496951#4575. Interactive Treasure HuntGuanYunchangWA 1ms3688kbC++17672b2024-07-28 17:14:042024-07-28 17:14:05

详细

Test #1:

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

input:

1
2 3
3
5
3
1
1
1

output:

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

result:

ok (1 test case)

Test #2:

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

input:

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

output:

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

result:

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