#include using namespace std; int C,Y; int M[10]={10000,5000,2000,1000,500,100,50,10,5,1}; int cnt[10]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>C>>Y; if(Y/100=C) { cout<<"no exchange"<