Problem maximum
User smartsword
Submission Time 2025-02-17 16:08:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main(){
| ~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:23: error: expected primary-expression before ‘>>’ token
8 | if (a > b){ cout; >> A; }
| ^~
maximum.cpp:8:26: error: ‘A’ was not declared in this scope
8 | if (a > b){ cout; >> A; }
| ^
maximum.cpp:10:17: error: expected ‘;’ before ‘{’ token
10 | else (b > a) { cout >>B; }
| ^~
| ;