Problem | addition |
---|---|
User | n1k3 |
Submission Time | 2024-04-06 11:49:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:15: error: expected initializer before ‘>>’ token
6 | long long cin>>a>>b;
| ^~
addition.cpp:7:16: error: expected initializer before ‘<<’ token
7 | long long cout<<a+b;
| ^~