#include using namespace std; int main() { long a,b,cur,i,ans; cin >> a >> b; cur=0; if(a>b){ cout << 0 << endl; return 0; } for(i=0; (1<