QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#612193#9449. New School Termucup-team3966#WA 1ms9856kbC++142.7kb2024-10-05 09:02:532024-10-05 09:02:54

详细

Test #1:

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

input:

2 4
1 3
2 4
1 4
1 2

output:

1010

result:

ok Output is valid. OK

Test #2:

score: 0
Accepted
time: 1ms
memory: 9856kb

input:

3 7
2 5
1 3
4 6
2 6
4 5
2 4
5 6

output:

110010

result:

ok Output is valid. OK

Test #3:

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

input:

1 0

output:

11

result:

wrong answer The number of 0s must be equal to that of 1s.