Problem | ccs |
---|---|
User | Enigma |
Submission Time | 2023-11-08 15:56:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:21:24: error: expected ‘;’ before ‘thru’
21 | cin >> von >> bis
| ^
| ;
22 | thru = 0
| ~~~~
ccs.cpp:23:23: error: ‘j’ was not declared in this scope
23 | for (int j = von; j <= bis; j++) {
| ^
ccs.cpp:42:3: error: expected ‘}’ at end of input
42 | }
| ^
ccs.cpp:9:16: note: to match this ‘{’
9 | int32_t main() {
| ^