Problem | addition |
---|---|
User | jasmine |
Submission Time | 2023-11-02 20:04:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
addition.cpp: In function ‘int main()’:
addition.cpp:5:3: error: expected initializer before ‘cin’
5 | cin >> a >> b;
| ^~~
addition.cpp:6:2: error: ‘sum’ was not declared in this scope
6 | sum = a += b;
| ^~~