| Problem | addition |
|---|---|
| User | zien |
| Submission Time | 2026-06-22 16:50:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:14: error: expected initializer before ‘+’ token
4 | long long a + b = 1000000000*2;
| ^
addition.cpp:5:10: error: ‘a’ was not declared in this scope
5 | cout << a+b << endl;
| ^
addition.cpp:5:12: error: ‘b’ was not declared in this scope
5 | cout << a+b << endl;
| ^