QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#432590#8686. Zoo ManagementzhutianruiWA 2ms9892kbC++202.3kb2024-06-07 12:52:082024-06-07 12:52:08

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 9760kb

input:

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

output:

possible

result:

ok single line: 'possible'

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 9892kb

input:

5 6
10 10
20 20
30 30
40 50
50 40
1 2
2 3
1 3
3 4
3 5
4 5

output:

possible

result:

wrong answer 1st lines differ - expected: 'impossible', found: 'possible'