| Problem | competition |
|---|---|
| User | Water |
| Submission Time | 2024-02-18 16:51:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:22:3: error: expected primary-expression before ‘int’
22 | (int i = 0; i < n; i++){
| ^~~
competition.cpp:22:3: error: expected ‘)’ before ‘int’
22 | (int i = 0; i < n; i++){
| ~^~~
| )
competition.cpp:22:14: error: ‘i’ was not declared in this scope
22 | (int i = 0; i < n; i++){
| ^