Problem maximum
User Roucy
Submission Time 2025-06-17 13:40:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: expected initializer before ‘cin’
5 | cin <<a<<b<<c;
| ^~~
maximum.cpp:6:6: error: expected ‘;’ before string constant
6 | cout "difference:" <<a-b=c;
| ^~~~~~~~~~~~~~
| ;
maximum.cpp:7:6: error: expected ‘(’ before ‘c’
7 | if c<0 // true;
| ^
| (
maximum.cpp:9:7: error: expected ‘(’ before ‘c’
9 | if c>0 // true;
| ^
| (