Problem | maximum |
---|---|
User | Argon160 |
Submission Time | 2025-01-08 17:38:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int a, b;
| ~~~
maximum.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin>>a;
| ^~~
| sin
maximum.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin>>b;
| ^~~
| sin
maximum.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (a > b){
| ^~
maximum.cpp:9:3: error: expected unqualified-id before ‘else’
9 | } else {
| ^~~~