| Problem | addition |
|---|---|
| User | Codebreaker |
| Submission Time | 2025-04-02 10:01:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:3: error: expected initializer before ‘cin’
6 | cin >> x >> y;
| ^~~
addition.cpp:7:15: error: ‘y’ was not declared in this scope
7 | cout << x + y
| ^