| Problem | verticallychallenged |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-04-29 14:13:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
verticallychallenged.cpp: In function ‘int main()’:
verticallychallenged.cpp:11:14: error: expected ‘;’ before ‘for’
11 | cout << v[K]
| ^
| ;
12 | for (int i=0; i<N-K; i++) { cin >> t; v.push_back(t); cout << v[K] }
| ~~~
verticallychallenged.cpp:12:16: error: ‘i’ was not declared in this scope
12 | for (int i=0; i<N-K; i++) { cin >> t; v.push_back(t); cout << v[K] }
| ^