| Problem | magiccarps |
|---|---|
| User | Emma167 |
| Submission Time | 2026-06-24 16:11:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:16:5: error: expected ‘,’ or ‘;’ before ‘for’
16 | for (int i = 0; i < N; i++){
| ^~~
magiccarps.cpp:16:21: error: ‘i’ was not declared in this scope
16 | for (int i = 0; i < N; i++){
| ^
magiccarps.cpp:16:25: error: ‘N’ was not declared in this scope
16 | for (int i = 0; i < N; i++){
| ^
magiccarps.cpp:29:24: error: expected ‘;’ before ‘}’ token
29 | cout << ans << "\n"
| ^
| ;
30 | }
| ~