网站首页 站内搜索

搜索结果

查询Tags标签: 201709,共有 3条记录
  • 201709-1 试题名称: 打酱油 C++

    样例输入 40 样例输出 5样例输入 80 样例输出 11第一回合:30分 不是小明打酱油,我才是来打酱油的 #include<iostream> #include<algorithm> using namespace std; int main(){int n;int ans=0;cin >> n;int a = n / 10;ans = a + a / 3;ans += a / 5…

    2021/9/7 9:36:13 人评论 次浏览
  • 201709-1 试题名称: 打酱油 C++

    样例输入 40 样例输出 5样例输入 80 样例输出 11第一回合:30分 不是小明打酱油,我才是来打酱油的 #include<iostream> #include<algorithm> using namespace std; int main(){int n;int ans=0;cin >> n;int a = n / 10;ans = a + a / 3;ans += a / 5…

    2021/9/7 9:36:13 人评论 次浏览
  • (C++)201709-1 打酱油

    #include<cstdio> #include<algorithm> using namespace std;//贪心问题,优先级:剩的钱购买5瓶就买5瓶,不够看够不够买三瓶,再不够看够不够买一瓶 int main(){int start,left,num=0;//初始的钱,当前剩下的钱,买到的瓶数 scanf("%d",&star…

    2021/4/11 12:27:16 人评论 次浏览
扫一扫关注最新编程教程