luogu 1421

全部转化成角为单位计算。

#include"cstdio"
int main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d",(a*10+b)/19);
    return 0;
}

 

posted @ 2018-01-24 12:37  TrassBlose  阅读(96)  评论(0编辑  收藏  举报