| Problem | competition |
|---|---|
| User | beefburger |
| Submission Time | 2026-02-18 21:11:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:24:2: error: expected ‘,’ or ‘;’ before ‘for’
24 | for (int i=0; i<n; i++){
| ^~~
competition.cpp:24:16: error: ‘i’ was not declared in this scope
24 | for (int i=0; i<n; i++){
| ^
competition.cpp:44:1: error: expected ‘}’ at end of input
44 | }
| ^
competition.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^