Problem addition
User Cat
Submission Time 2025-01-20 16:43:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:6: error: expected unqualified-id before ‘=’ token
4 | int = x;
| ^
addition.cpp:5:6: error: expected unqualified-id before ‘=’ token
5 | int = y;
| ^
addition.cpp:6:10: error: ‘x’ was not declared in this scope
6 | cout<< x+y;
| ^
addition.cpp:6:12: error: ‘y’ was not declared in this scope
6 | cout<< x+y;
| ^