Problem addition
User syht
Submission Time 2024-06-24 14:18:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:7: error: expected primary-expression before ‘int’
4 | cin>>int a;
| ^~~
addition.cpp:5:7: error: expected primary-expression before ‘int’
5 | cin>>int b;
| ^~~
addition.cpp:6:7: error: ‘sum’ was not declared in this scope
6 | cin>>sum=a+b
| ^~~
addition.cpp:6:11: error: ‘a’ was not declared in this scope
6 | cin>>sum=a+b
| ^
addition.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cin>>sum=a+b
| ^