QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#670850#9303. Message BombZhaoZiLongWA 0ms3728kbC++23725b2024-10-24 04:55:002024-10-24 04:55:01

詳細信息

Test #1:

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

input:

3 3 10
1 3 2
1 3 1
1 1 2
1 2 1
3 1 2
2 3 1
3 3 2
3 2 1
3 3 2
3 2 1

output:

2
0
1

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3728kb

input:

2 5 10
1 1 2
3 1 2
2 1 2
1 3 2
1 1 2
3 1 2
3 3 2
1 4 2
3 3 2
1 5 1

output:

2
0

result:

wrong answer 3rd lines differ - expected: '1', found: ''