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