Problem maximum
User HEEHEEHEEHAA
Submission Time 2024-07-25 14:48:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:24:12: error: expected ‘;’ before ‘{’ token
24 | else(A==B){
| ^
| ;
maximum.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
maximum.cpp:6:15: note: to match this ‘{’
6 | int32_t main(){
| ^