全部转化成角为单位计算。
#include"cstdio" int main() { int a,b; scanf("%d%d",&a,&b); printf("%d",(a*10+b)/19); return 0; }