#include using namespace std; int n; int main() { cin >> n; printf("%d", n / 100); return 0; }