Problem maximum
User Isaiah
Submission Time 2023-05-12 15:23:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:12: error: expected ‘;’ before ‘num2’
5 | number = 5
| ^
| ;
6 | num2 = 3
| ~~~~
maximum.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else {
| ^~~~