Problem maximum
User DuckyKayden
Submission Time 2025-07-09 17:27:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:12:7: error: expected ‘;’ before ‘b’
12 | cout b;
| ^~
| ;
maximum.cpp:15:7: error: expected ‘;’ before ‘a’
15 | cout a;
| ^~
| ;
maximum.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
maximum.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^