Problem sculptures_apio15
User chenweilian
Submission Time 2024-09-03 16:21:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sculptures_apio15.cpp: In function ‘bool can1(ll)’:
sculptures_apio15.cpp:65:20: error: ‘j’ was not declared in this scope
65 | FOR(k, j, n) {
| ^
sculptures_apio15.cpp:15:34: note: in definition of macro ‘FOR’
15 | #define FOR(i, s, e) for(int i = s; i < e; i++)
| ^