Problem | addition |
---|---|
User | Pushkaltoocool |
Submission Time | 2023-05-11 17:04:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:11: error: expected ‘}’ at end of input
9 | cout<<a+b;
| ^
addition.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^