Problem specialcells
User Fr5ctal
Submission Time 2026-06-26 16:09:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

specialcells.cpp: In function ‘int main()’:
specialcells.cpp:2:13: error: expected ‘,’ or ‘;’ before ‘long’
2 | #define int long long
| ^~~~
specialcells.cpp:53:3: note: in expansion of macro ‘int’
53 | int j = 1
| ^~~
specialcells.cpp:55:29: error: ‘j’ was not declared in this scope
55 | while (!(i == n and j == m)) {
| ^
specialcells.cpp:57:22: error: ‘nd’ was not declared in this scope; did you mean ‘n’?
57 | int rm = nd - s;
| ^~
| n