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

泰勒公式

时间:2014-11-16 11:53:24      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:io   os   sp   bs   amp   nbsp   c   ios   algorithm   

#include<iostream>

#include<cstdio>

#include<cstring>

#include<string>

#include<algorithm>

#include<cstdlib>

#include<cmath>

using namespace std;

int y,m,d;

int main()

{

    while(scanf("%d%d%d",&y,&m,&d)!=EOF)

    {

          if(m<3)

          y-=1,m+=12;

          printf("%d",(d+2*m+3*(m+1)/5+y+y/4-y/100+y/400+1)%7);

    }

    return 0;

}

泰勒公式

标签:io   os   sp   bs   amp   nbsp   c   ios   algorithm   

原文地址:http://www.cnblogs.com/a972290869/p/4101142.html

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