Problem | snowball |
---|---|
User | meixu |
Submission Time | 2024-07-29 16:23:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp:10:3: error: expected initializer before ‘for’
10 | for (int i = 0; i < N, ++1) {
| ^~~
snowball.cpp:10:19: error: ‘i’ does not name a type
10 | for (int i = 0; i < N, ++1) {
| ^
snowball.cpp:15:2: error: ‘cout’ does not name a type
15 | cout << sum << end
| ^~~~