Помогите с 5 и 6 желательно на С ++
5)
#include
using namespace std;
int main(){
int a,b;
a=5;
b=-3,5;
s=a+b;
s=s*2-b;
cout << s;</p>
}
6)
int x,y,z;
x=5;
y=-6;
if(x>y)z=x+y;
else{z=y-x;}
cout
6?
лови