| Problem | addition |
|---|---|
| User | sanasimp1996 |
| Submission Time | 2024-04-30 23:40:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:13: error: found ‘:’ in nested-name-specifier, expected ‘::’
7 | sum = x + y:
| ^
| ::
addition.cpp:7:12: error: ‘y’ is not a class, namespace, or enumeration
7 | sum = x + y:
| ^