QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#36188#4197. Natural NavigationZhangYiDeWA 2ms3636kbC++173.5kb2022-06-25 02:55:202022-06-25 02:55:20

詳細信息

Test #1:

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

input:

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

output:

14

result:

ok single line: '14'

Test #2:

score: 0
Accepted
time: 2ms
memory: 3636kb

input:

3 4 3
1 2 300
2 1 2
2 1 2000
2 3 1
1 3 80
2 2 1
2 2 42
1 2

output:

impossible

result:

ok single line: 'impossible'

Test #3:

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

input:

3 2 3
1 2 1
3 1 2 3
1 3 1
2 1 2

output:

impossible

result:

ok single line: 'impossible'

Test #4:

score: 0
Accepted
time: 2ms
memory: 3552kb

input:

4 5 1
1 4 1
1 1
4 3 1
1 1
3 2 1
1 1
2 1 1
1 1
1 3 1
1 1

output:

impossible

result:

ok single line: 'impossible'

Test #5:

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

input:

2 2 3
1 2 3
3 1 2 3
1 2 4
3 1 2 3

output:

3

result:

wrong answer 1st lines differ - expected: '4', found: '3'