| Problem | addition |
|---|---|
| User | AwkUngenially |
| Submission Time | 2025-03-30 15:11:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:10: error: expected ‘;’ before ‘int’
6 | cin >> x
| ^
| ;
7 | int y;
| ~~~
addition.cpp:8:9: error: ‘y’ was not declared in this scope
8 | cin >> y
| ^