cf/mirror

Triangles

CF
229C1900· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
5 5
1 2
1 3
2 3
2 4
3 4
Output
3
Sample 2of 2
Input
5 3
1 2
2 3
1 3
Output
4
229C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…