Problem maximum
User jaydenlol
Submission Time 2026-06-22 16:16:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:16: error: expected ‘;’ before ‘)’ token
10 | cin >> a >> b)
| ^
| ;
maximum.cpp:13:11: error: ‘else’ without a previous ‘if’
13 | } else if (a < b) {
| ^~~~