Problem addition
User samantha32072
Submission Time 2023-02-10 21:53:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:7: error: expected initializer before ‘<=’ token
3 | int a<=100000000;
| ^~
addition.cpp:4:7: error: expected initializer before ‘<=’ token
4 | int b<=10000000000;
| ^~
addition.cpp:5:14: error: ‘a’ was not declared in this scope
5 | std::cin >> a,b;
| ^
addition.cpp:5:16: error: ‘b’ was not declared in this scope
5 | std::cin >> a,b;
| ^