Problem maximum
User paintedwolff
Submission Time 2024-02-20 07:45:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:7:10: error: found ‘:’ in nested-name-specifier, expected ‘::’
7 | cin >> x:
| ^
| ::
maximum.cpp:7:9: error: ‘x’ is not a class, namespace, or enumeration
7 | cin >> x:
| ^
maximum.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (x < y) {
| ^~~~