| Problem | ccs |
|---|---|
| User | Enigma |
| Submission Time | 2023-11-08 15:56:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:22:17: error: expected ‘;’ before ‘for’
22 | thru = 0
| ^
| ;
23 | for (int j = von; j <= bis; j++) {
| ~~~
ccs.cpp:23:23: error: ‘j’ was not declared in this scope
23 | for (int j = von; j <= bis; j++) {
| ^