Problem addition
User Priyankha13
Submission Time 2023-07-08 18:07:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function β€˜int main()’:
addition.cpp:7:12: error: expected initializer before β€˜<<’ token
7 | int cout << x + y ;
| ^~