| Problem | timeexam |
|---|---|
| User | Someone13912 |
| Submission Time | 2026-03-07 09:09:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:11: error: expected ‘;’ before ‘for’
7 | i %= 2400
| ^
| ;
8 | for (int j = 0; j < i; j++) {
| ~~~
timeexam.cpp:8:18: error: ‘j’ was not declared in this scope
8 | for (int j = 0; j < i; j++) {
| ^