| Problem | bobek |
|---|---|
| User | tacticalnerd |
| Submission Time | 2025-11-20 23:01:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bobek.cpp: In function ‘int32_t main()’:
bobek.cpp:14:23: error: expected ‘;’ before ‘for’
14 | vector<int> a(n);a
| ^
| ;
15 | for (int i=0; i<n; i++) {
| ~~~
bobek.cpp:15:16: error: ‘i’ was not declared in this scope
15 | for (int i=0; i<n; i++) {
| ^