Problem | maximum |
---|---|
User | Aniedg |
Submission Time | 2024-02-03 21:15:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:8: error: found ‘:’ in nested-name-specifier, expected ‘::’
6 | long b: cin >> b;
| ^
| ::
maximum.cpp:6:7: error: ‘b’ has not been declared
6 | long b: cin >> b;
| ^
maximum.cpp:6:14: error: qualified-id in declaration before ‘>>’ token
6 | long b: cin >> b;
| ^~
maximum.cpp:8:10: error: ‘b’ was not declared in this scope
8 | if (a > b){
| ^