Problem maximum
User GanJaeHan
Submission Time 2026-01-07 17:03:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:9:4: error: ‘elif’ was not declared in this scope
9 | } elif (a < b){
| ^~~~
maximum.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | } else{
| ^~~~