码迷,mamicode.com
首页 > 其他好文 > 详细

FZU 2167 大王叫我来巡山呐

时间:2014-08-09 02:25:36      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   io   div   amp   log   

第一篇 先水一题吧

#include<stdio.h>
#include<string.h>
#include<math.h>
#include<iostream>
#include<algorithm>
#include<queue>
#include<stack>
#define mem(a,b) memset(a,b,sizeof(a))
#define ll __int64
#define MAXN 1000
#define INF 0x7ffffff
#define lson l,m,rt<<1
#define rson m+1,r,rt<<1|1
using namespace std;
int main()
{
    int n;
    while(scanf("%d",&n)!=EOF)
    {
        int coun,ans;
        coun=n/7;
        ans=2*coun;
        if((n+1)/7!=coun)//加一天 多一周 则必然为周六
        ans++;
        cout<<ans<<endl;
    }
    return 0;
}

 

FZU 2167 大王叫我来巡山呐,布布扣,bubuko.com

FZU 2167 大王叫我来巡山呐

标签:style   blog   color   os   io   div   amp   log   

原文地址:http://www.cnblogs.com/sola1994/p/3900372.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!