| Problem | smurf |
|---|---|
| User | Hunchbacker9000 |
| Submission Time | 2024-02-23 20:16:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:15:16: error: expected ‘;’ before ‘for’
15 | out.reserve(N)
| ^
| ;
16 |
17 | for (int i =0; i <N; i++) {
| ~~~
smurf.cpp:17:17: error: ‘i’ was not declared in this scope
17 | for (int i =0; i <N; i++) {
| ^