Problem contestcalc
User ForsakenPBJ
Submission Time 2025-02-06 20:08:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:23:7: error: expected ‘;’ before ‘avg’
23 | floor avg = (total - (total % C)) / C;
| ^~~~
| ;
contestcalc.cpp:23:39: error: statement cannot resolve address of overloaded function
23 | floor avg = (total - (total % C)) / C;
| ^
contestcalc.cpp:24:10: error: ‘avg’ was not declared in this scope
24 | cout << avg;
| ^~~