| Problem | addition |
|---|---|
| User | ArianneLim |
| Submission Time | 2024-06-18 10:33:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: found ‘:’ in nested-name-specifier, expected ‘::’
5 | int a, b:
| ^
| ::
addition.cpp:5:8: error: ‘b’ has not been declared
5 | int a, b:
| ^
addition.cpp:6:6: error: qualified-id in declaration before ‘>>’ token
6 | cin >> a>> b :
| ^~