Problem maximum
User Argon160
Submission Time 2025-01-08 17:38:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int a;
| ~~~
maximum.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin>>a;
| ^~~
| sin
maximum.cpp:7:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | cin>>b;
| ^~~
| sin
maximum.cpp:8:1: error: expected unqualified-id before ‘if’
8 | if (a > b){
| ^~
maximum.cpp:10:3: error: expected unqualified-id before ‘else’
10 | } else {
| ^~~~