Problem maximum
User maohaochen
Submission Time 2025-03-25 18:36:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:5: error: ‘a’ was not declared in this scope
5 | if(a<b){
| ^
maximum.cpp:5:7: error: ‘b’ was not declared in this scope
5 | if(a<b){
| ^