순서대로 방문하기
Time Limit: 1 SecMemory Limit: 1024 MiB
Example Input 1
3 3
0 0 0
0 0 0
0 0 1
3 1
1 2
2 3
Example Output 1
5
Example Input 2
3 3
0 0 1
0 0 0
0 0 1
3 1
1 2
2 3
Example Output 2
1
Language-Specific Restrictions
© 2023-2025. All rights reserved.
Powered by @Rn
logo