Problem | mirrors |
---|---|
User | abcde271828 |
Submission Time | 2025-06-20 16:29:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int32_t main()’:
mirrors.cpp:47:4: error: expected ‘,’ or ‘;’ before ‘for’
47 | for (int i = definingN ; i < n; i++){
| ^~~
mirrors.cpp:47:29: error: ‘i’ was not declared in this scope
47 | for (int i = definingN ; i < n; i++){
| ^
mirrors.cpp:58:4: error: expected ‘,’ or ‘;’ before ‘for’
58 | for (int i = 0 ; i < definingN; i++){
| ^~~
mirrors.cpp:58:21: error: ‘i’ was not declared in this scope
58 | for (int i = 0 ; i < definingN; i++){
| ^