Problem addition
User BlueSpace
Submission Time 2024-07-13 09:28:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:11:6: error: redeclaration of ‘int z’
11 | int z = x + y;
| ^
addition.cpp:10:6: note: ‘int z’ previously declared here
10 | int z;
| ^