QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#629142#9449. New School Termucup-team4347WA 1ms3864kbC++206.5kb2024-10-11 06:06:532024-10-11 06:06:54

详细

Test #1:

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

input:

2 4
1 3
2 4
1 4
1 2

output:

1010

result:

ok Output is valid. OK

Test #2:

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

input:

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

output:

110001

result:

wrong answer The division is not minimized.