| Problem | addition |
|---|---|
| User | BlueSpace |
| Submission Time | 2024-07-13 09:31:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:2: error: expected initializer before ‘cin’
7 | cin>>x>>y
| ^~~
addition.cpp:9:10: error: expected ‘}’ at end of input
9 | cout << z
| ^
addition.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^