Problem maximum
User Khai
Submission Time 2024-02-04 21:31:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:9:14: error: ‘x’ was not declared in this scope
9 | std::cin >> x >> y;
| ^
maximum.cpp:9:19: error: ‘y’ was not declared in this scope
9 | std::cin >> x >> y;
| ^