QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#875538#8315. Candy Adsucup-team5027WA 14ms153004kbC++201.9kb2025-01-29 22:43:262025-01-29 22:43:33

详细

Test #1:

score: 100
Accepted
time: 14ms
memory: 152948kb

input:

2 2 2
1 2 1 1
2 3 2 2
1
1 2

output:

Yes
01

result:

ok accepted

Test #2:

score: 0
Accepted
time: 10ms
memory: 152960kb

input:

3 2 2
1 2 1 1
1 3 1 2
2 3 2 2
3
1 2
2 3
1 3

output:

No

result:

ok accepted

Test #3:

score: 0
Accepted
time: 9ms
memory: 153004kb

input:

10 3 3
2 3 7 10
1 3 9 6
3 5 2 1
4 5 8 9
4 7 1 7
3 4 4 4
6 8 9 5
1 3 6 7
2 5 7 4
6 9 9 9
10
9 1
6 2
8 5
9 5
10 4
5 1
3 2
10 9
9 5
8 2

output:

Yes
0010110111

result:

ok accepted

Test #4:

score: 0
Accepted
time: 12ms
memory: 150928kb

input:

10 2 4
2 5 4 8
8 10 6 3
1 3 7 3
8 10 7 9
1 2 2 6
3 6 9 2
4 7 2 10
8 9 7 4
8 9 7 1
1 2 9 8
8
2 4
6 5
1 4
6 9
9 5
6 3
6 8
8 2

output:

Yes
0001110100

result:

ok accepted

Test #5:

score: -100
Wrong Answer
time: 11ms
memory: 152876kb

input:

10 4 3
8 9 8 8
4 5 6 8
8 9 3 2
5 7 10 6
6 7 7 9
3 5 7 3
9 10 9 4
4 7 9 2
9 10 8 2
3 5 1 8
14
8 10
10 1
1 10
6 4
2 3
9 6
8 6
5 2
9 8
1 9
10 7
1 6
10 8
3 6

output:

Yes
0010100111

result:

wrong answer both 6 and 4 are not chosen