Problem maximum
User naresh
Submission Time 2024-07-08 13:27:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:5: error: ‘ll’ was not declared in this scope
5 | ll x, y;
| ^~
maximum.cpp:7:12: error: ‘x’ was not declared in this scope
7 | cin >> x >> y;
| ^
maximum.cpp:7:17: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> x >> y;
| ^
| yn