Problem | workoutplan |
---|---|
User | eliasxyz |
Submission Time | 2025-06-12 12:26:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
workoutplan.cpp: In function ‘int main()’:
workoutplan.cpp:21:6: error: ‘i’ was not declared in this scope
21 | for(i=0; i<N; i++){
| ^
workoutplan.cpp:33:7: error: ‘i’ was not declared in this scope
33 | for(i=0; i<count; i++){
| ^