Problem maximum
User nguyendinhanh1508
Submission Time 2023-12-22 23:52:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:12:8: error: ‘maximum’ was not declared in this scope
12 | else{maximum=b;}
| ^~~~~~~
maximum.cpp:13:9: error: ‘maximum’ was not declared in this scope
13 | cout<<maximum;
| ^~~~~~~