Problem maxavg
User undefinedcritter
Submission Time 2026-04-15 15:22:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maxavg.cpp: In function ‘int main()’:
maxavg.cpp:14:13: error: expected ‘;’ before ‘}’ token
14 | cout << max
| ^
| ;
15 | }
| ~