QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#391463#7786. Graft and TransplantMaMengQiWA 1ms3728kbC++17842b2024-04-16 16:35:282024-04-16 16:35:28

详细

Test #1:

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

input:

4
1 2
2 3
3 4

output:

Alice

result:

ok "Alice"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3672kb

input:

4
1 2
1 3
1 4

output:

Bob

result:

ok "Bob"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3648kb

input:

2
1 2

output:

Bob

result:

ok "Bob"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3728kb

input:

3
1 2
1 3

output:

Bob

result:

ok "Bob"

Test #5:

score: 0
Accepted
time: 0ms
memory: 3656kb

input:

5
2 1
2 3
3 4
1 5

output:

Bob

result:

ok "Bob"

Test #6:

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

input:

6
4 3
4 2
4 5
4 1
4 6

output:

Alice

result:

wrong answer 1st words differ - expected: 'Bob', found: 'Alice'