Problem | maximum |
---|---|
User | Roucy |
Submission Time | 2025-06-17 13:35:53 |
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 unqualified-id before string constant
6 | int "difference"= a-b=c;
| ^~~~~~~~~~~~
maximum.cpp:7:6: error: expected ‘(’ before ‘c’
7 | if c = <0;
| ^
| (
maximum.cpp:9:7: error: expected ‘(’ before ‘c’
9 | if c = >0;
| ^
| (