Problem platonic32
User WJR
Submission Time 2025-12-26 11:59:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic32.cpp: In function ‘void dfs(long long int, long long int)’:
platonic32.cpp:14:39: error: ‘R’ was not declared in this scope
14 | if (ni < 0 || nj < 0 || ni >= R || nj >= C) {
| ^
platonic32.cpp:14:50: error: ‘C’ was not declared in this scope
14 | if (ni < 0 || nj < 0 || ni >= R || nj >= C) {
| ^