Problem | contestcalc |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-08 20:00:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:18:18: error: expected ‘)’ before ‘;’ token
18 | while (int i = 0; i < C; i++) {
| ~ ^
| )
contestcalc.cpp:18:20: error: ‘i’ was not declared in this scope
18 | while (int i = 0; i < C; i++) {
| ^