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