Problem maxavg
User helloworld
Submission Time 2024-07-12 11:21:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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