Problem maximum
User Dana
Submission Time 2023-11-08 13:20:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:8:15: error: expected ‘;’ before ‘cout’
8 | cin >> a >> b
| ^
| ;
9 | cout << max ({a, b})
| ~~~~
maximum.cpp:9:21: error: expected primary-expression before ‘)’ token
9 | cout << max ({a, b})
| ^