QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#56412#3042. Hilbert's HotelqwqWA 3ms3760kbC++1.0kb2022-10-19 11:52:062022-10-19 11:52:07

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 3760kb

input:

10
3 0
1 3
2 1 2
1 0
3 10
2 2 5
1 5
1 0
3 5
2 3 3

output:

0
1
0
9
4
4

result:

ok 6 lines

Test #2:

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

input:

16
2 0 8
2 0 4
3 7
3 5
2 0 8
3 6
1 0
3 8
2 0 2
1 2
2 2 1
2 2 1
1 6
1 1
3 4
2 3 2

output:

0
0
0
0
0
0
0
0
0
0
3
2

result:

wrong answer 1st lines differ - expected: '7', found: '0'