QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#658673#9488. Do Not Turn Backucup-team5173#TL 1988ms5988kbC++203.1kb2024-10-19 17:18:282024-10-19 17:18:28

詳細信息

Test #1:

score: 100
Accepted
time: 508ms
memory: 5988kb

input:

6 8 5
1 2
1 3
2 3
2 4
3 5
4 5
4 6
5 6

output:

2

result:

ok "2"

Test #2:

score: 0
Accepted
time: 1988ms
memory: 5880kb

input:

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

output:

1

result:

ok "1"

Test #3:

score: -100
Time Limit Exceeded

input:

7 21 1000000000
1 2
1 3
1 4
1 5
1 6
1 7
2 3
2 4
2 5
2 6
2 7
3 4
3 5
3 6
3 7
4 5
4 6
4 7
5 6
5 7
6 7

output:


result: