Problem | maximum |
---|---|
User | Roucy |
Submission Time | 2025-06-17 13:41:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:6: error: expected ‘(’ before ‘c’
9 | if c>0 // true;
| ^
| (