Problem | maximum |
---|---|
User | smartsword |
Submission Time | 2025-02-17 16:10:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main(){
| ~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:9: error: expected primary-expression before ‘>>’ token
9 | cout; >> a };
| ^~
maximum.cpp:10:5: error: ‘else’ without a previous ‘if’
10 | else (b > a){
| ^~~~
maximum.cpp:10:17: error: expected ‘;’ before ‘{’ token
10 | else (b > a){
| ^
| ;