QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#694556#9303. Message BombZhaoZiLongWA 0ms13204kbC++17844b2024-10-31 18:11:112024-10-31 18:11:11

詳細信息

Test #1:

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

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: 13204kb

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: ''