Problem maximum
User chickennn
Submission Time 2026-03-29 10:02:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:9:20: error: expected ‘;’ at end of input
9 | cout << fmax(a, b)
| ~^
| ;
maximum.cpp:9:19: error: expected ‘}’ at end of input
9 | cout << fmax(a, b)
| ^
maximum.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^