Problem maximum
User Diddylan123
Submission Time 2026-07-26 12:35:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:8:12: error: expected ‘;’ before ‘else’
8 | cout << a
| ^
| ;
9 | else
| ~~~~