| Problem | addition |
|---|---|
| User | GuzzaGamu |
| Submission Time | 2026-03-19 20:29:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:5: error: expected initializer before ‘cin’
7 | cin >> a >> b;
| ^~~
addition.cpp:8:25: error: ‘b’ was not declared in this scope
8 | long long sum = a + b;
| ^