Помогите прошу дам много балов
#include
using namespace std;
int main(){
int x,y,z;
x=5;
y=-6;
if(x>y)z=x+y;
else{z=y-x;}
cout
}