Problem maximum
User notachicken
Submission Time 2026-03-27 15:07:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:5: error: expected ‘(’ before ‘a’
10 | if a>b;
| ^
| (
maximum.cpp:13:5: error: expected ‘(’ before ‘b’
13 | if b>a;
| ^
| (