QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#693334#9303. Message BombMaMengQiWA 1ms5732kbC++17936b2024-10-31 15:59:012024-10-31 15:59:13

詳細信息

Test #1:

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

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: 0
Accepted
time: 1ms
memory: 5620kb

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
1
1
0

result:

ok 5 lines

Test #3:

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

input:

10 100 1000
1 49 4
1 75 9
1 90 3
1 4 6
1 76 4
1 60 9
1 62 2
1 70 1
1 99 3
1 54 2
3 70 1
1 16 4
1 28 8
1 29 6
1 93 5
1 96 4
1 85 9
3 4 6
1 28 2
1 5 5
1 1 3
1 42 2
3 5 5
1 66 1
1 79 10
3 70 1
1 58 8
1 50 5
3 76 4
1 20 9
1 66 4
1 88 2
1 23 4
3 99 3
3 79 10
3 70 1
1 54 8
1 90 6
1 13 9
1 79 4
1 59 6
1 8 ...

output:

67
20
64
108
44
99
104
221
88
91
103
59
50
35
103
126
69
146
52
97
110
34
102
76
14
35
82
190
108
21
156
135
44
96
168
77
109
154
45
153
126
33
52
56
119
129
76
62
164
76
24
22
62
68
37
118
64
98
79
162
152
68
109
126
143
66
108
46
124
90
116
53
37
153
100
121
68
58
91
113
115
90
54
1
71
34
40
73
79...

result:

wrong answer 1st lines differ - expected: '70', found: '67'