Problem | contestcalc |
---|---|
User | memeathon |
Submission Time | 2025-09-17 20:20:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:19:18: error: ‘c’ was not declared in this scope
19 | for (int i=0; i<c; i++) {
| ^
contestcalc.cpp:23:18: error: ‘c’ was not declared in this scope
23 | cout << score / c << endl;
| ^