Problem | maximum |
---|---|
User | smartsword |
Submission Time | 2025-02-17 16:06:00 |
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:5: error: expected initializer before ‘if’
9 | if a > b std:cout; >> A
| ^~
maximum.cpp:9:24: error: expected primary-expression before ‘>>’ token
9 | if a > b std:cout; >> A
| ^~
maximum.cpp:9:27: error: ‘A’ was not declared in this scope
9 | if a > b std:cout; >> A
| ^