#include<iostream> using namespace std; int main() { int x,y; x=5; y=6; cout<<"z = "<<x+y; return 0; }