Đường đi dài nhất

View as PDF

Submit solution

Points: 200.00 (partial)
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho đồ thị có hướng không chu trình, tìm đường đi dài nhất xuất phát từ một đỉnh và kết thúc tại một đỉnh (Độ dài đường đi được định nghĩa là số cung trên đường đi)

Ví dụ:
Input
7 7
1 2
1 4
2 3
5 3
6 5
7 4
4 5
Output
3

Comments

Please read the guidelines before commenting.


There are no comments at the moment.