Problem | palindromicfizzbuzz |
---|---|
User | emyz |
Submission Time | 2024-02-23 18:47:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:21:2: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i=n; i<=m; ++i)
| ^~~
palindromicfizzbuzz.cpp:21:16: error: ‘i’ was not declared in this scope
21 | for (int i=n; i<=m; ++i)
| ^