| Problem | addition |
|---|---|
| User | AswinSami |
| Submission Time | 2026-06-22 15:22:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:12:19: error: expected primary-expression before ‘/’ token
12 | cout << a + b << /n;
| ^
addition.cpp:12:20: error: ‘n’ was not declared in this scope
12 | cout << a + b << /n;
| ^