一二三四五 上山打老虎

CCF-CSP-2017-09-1打酱油

链接:http://118.190.20.162/view.page?gpid=T63

代码:

#include<bits/stdc++.h>

using namespace std;

int main (){
    int num;
    cin>>num;
    num/=10;
    int a=num/5;

    int b=(num%5)/3;
    cout<<num+2*a+b;

    return 0;
}

posted @ 2021-03-22 21:23  黒川川  阅读(23)  评论(0)    收藏  举报