#include <stdio.h> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a*10+c; printf("%d",c/19); return 0; }