#include<bits/stdc++.h> using namespace std; int main(){ int a,b; if("a/3=b") cout<<"Yes"; else cout<<"No"; return 0; }