#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> n; if(n[1]-'0'==n[0]-'0'+n[2]-'0') cout << "Yes" << endl; else cout << "No" << endl; return 0; }