QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#630959#2802. Paris by NightGuanYunchangWA 123ms3824kbC++233.9kb2024-10-11 21:08:082024-10-11 21:08:08

詳細信息

Test #1:

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

input:

8
0 0 10
1 1 2
2 1 3
3 2 7
2 3 8
5 2 5
1 5 12
4 5 14

output:

2

result:

ok single line: '2'

Test #2:

score: -100
Wrong Answer
time: 123ms
memory: 3824kb

input:

1000
896412 24582 6615
299300 202665 6066
648071 901145 3490
517453 9901 4718
458763 344203 3136
559128 150598 2054
88742 32162 4917
796449 722231 2203
815405 975068 7640
313309 363944 237
469469 816749 4579
536254 558068 7431
380683 765376 4878
44861 857576 1758
347474 797161 7523
488456 401381 944...

output:

3

result:

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