QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#496746#4575. Interactive Treasure HuntGuanYunchangWA 1ms3748kbC++171.0kb2024-07-28 15:33:082024-07-28 15:33:09

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3748kb

input:

1
2 3
1
3
3
1
1
1

output:

SCAN 1 3
SCAN 1 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: 3692kb

input:

72
3 3
5
1
1
1

output:

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

result:

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