Problem maximum
User Shuqing314
Submission Time 2025-02-15 10:43:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:7:8: error: ‘a’ was not declared in this scope
7 | cin >> a>>b;
| ^
maximum.cpp:7:11: error: ‘b’ was not declared in this scope
7 | cin >> a>>b;
| ^