Problem maximum
User Dcxz
Submission Time 2026-06-22 18:01:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:4:1: error: ‘cin’ does not name a type
4 | cin << a;
| ^~~
maximum.cpp:5:1: error: ‘cin’ does not name a type
5 | cin << b;
| ^~~
maximum.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (a > b) {
| ^~
maximum.cpp:9:3: error: expected unqualified-id before ‘else’
9 | } else {
| ^~~~