| Problem | ccs |
|---|---|
| User | isaackhong |
| Submission Time | 2023-07-09 15:36:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:11:10: error: ‘i’ was not declared in this scope
11 | for (i = 0; i < cats; i++){
| ^
ccs.cpp:14:10: error: ‘i’ was not declared in this scope
14 | for (i = 0; i < events; i++){
| ^