| Problem | addition |
|---|---|
| User | anish |
| Submission Time | 2026-06-22 15:15:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: expected initializer before ‘long’
5 | long long b;
| ^~~~
addition.cpp:6:12: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
addition.cpp:6:17: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^