Problem | addition |
---|---|
User | Isaiah |
Submission Time | 2023-05-12 14:30:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:16: error: expected ‘}’ at end of input
6 | cin >> number2;
| ^
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^