| Problem | contestcalc |
|---|---|
| User | TUFFTUFF12345HJ |
| Submission Time | 2026-03-07 11:03:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:6:6: error: ‘i’ was not declared in this scope
6 | for(i=0; i<n; i++){
| ^
contestcalc.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=0; i<c; i++){
| ^
contestcalc.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
contestcalc.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^