Problem addition
User Hengweezy
Submission Time 2024-01-30 11:55:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:18: error: expected initializer before ‘<<’ token
4 | long long int a << std::cin;
| ^~
addition.cpp:5:18: error: expected initializer before ‘<<’ token
5 | long long int b << std::cin;
| ^~
addition.cpp:7:14: error: ‘a’ was not declared in this scope
7 | std::cout<< a+b;
| ^
addition.cpp:7:16: error: ‘b’ was not declared in this scope
7 | std::cout<< a+b;
| ^