#include using namespace std; int main() { int a=0,b=0,x=0; cin>>a; cin>>b; x=a+b; cout<