#include #include #include #include using namespace std; using namespace atcoder; using namespace __gnu_pbds; using ll=long long; using ld=long double; using vll=vector; using vvll=vector; using pll=pair; // using mint=modint; // template // using ordered_map=tree,rb_tree_tag,tree_order_statistics_node_update>; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); ll A,B; cin>>A>>B; for(int n=1;n<=200;++n){ for(ll a=0;a<=n;++a){ ll b=n-a; ll x=round(100.0*a/n),y=round(100.0*b/n); if(x==A&&y==B){ cout<