cf/mirror

Sign Posts

CF
568D2800· international gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 1
1 0 0
0 -1 0
7 -93 0
Output
YES
1
1 2
Sample 2of 3
Input
3 1
1 0 0
0 1 0
1 1 3
Output
NO
Sample 3of 3
Input
2 3
3 4 5
5 6 7
Output
YES
2
1 -1
2 -1
568D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)