| Problem | ljubomora |
|---|---|
| User | ATHY |
| Submission Time | 2025-02-01 15:15:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:21:3: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i=0; i<n; i++) {
| ^~~
ljubomora.cpp:21:17: error: ‘i’ was not declared in this scope; did you mean ‘hi’?
21 | for (int i=0; i<n; i++) {
| ^
| hi