Problem | maximum |
---|---|
User | meal |
Submission Time | 2024-11-04 21:33:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:4:9: error: expected primary-expression before ‘int’
4 | cin >> int a;
| ^~~
maximum.cpp:5:9: error: expected primary-expression before ‘int’
5 | cin >> int b;
| ^~~
maximum.cpp:6:6: error: ‘a’ was not declared in this scope
6 | if (a>b){
| ^
maximum.cpp:6:8: error: ‘b’ was not declared in this scope
6 | if (a>b){
| ^