using namespace std; #include int main(){ int A; cin >> A; if(A%100){ cout << A/100<< endl; } }