Problem | celldivision |
---|---|
User | chenweilian |
Submission Time | 2023-01-27 19:15:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:24:9: error: ‘i’ was not declared in this scope
24 | REP(i, n) {
| ^
celldivision.cpp:15:23: note: in definition of macro ‘REP’
15 | #define REP(i, n) FOR(i, 0, n, 1)
| ^
celldivision.cpp:15:19: error: ‘FOR’ was not declared in this scope
15 | #define REP(i, n) FOR(i, 0, n, 1)
| ^~~
celldivision.cpp:24:5: note: in expansion of macro ‘REP’
24 | REP(i, n) {
| ^~~