#include<bits/stdc++.h> using namespace std; int main(){ double e,c; long long a,b,d; cin>>a>>b; c=a-b; e=c/100; d=ceil(e); cout<<d; return 0; }