#include <stdio.h> int main() { double a; scanf("%lf", &a); int b = a / 1.9; printf("%d", b); return 0; }