Problem maximum
User skibidininja98
Submission Time 2024-06-18 13:26:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:11:22: error: expected ‘;’ before ‘}’ token
11 | cout << num1 && num2
| ^
| ;
12 | }
| ~
maximum.cpp: At global scope:
maximum.cpp:14:1: error: expected unqualified-id before ‘return’
14 | return 0;
| ^~~~~~