Problem maximum
User aihibo
Submission Time 2023-05-18 18:05:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin >> x;
| ^~~
maximum.cpp:6:11: error: ‘cout’ was not declared in this scope
6 | if (x>y) cout << x;
| ^~~~
maximum.cpp:7:7: error: ‘cout’ was not declared in this scope
7 | else cout << y;
| ^~~~