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

不吉利的日期

时间:2018-03-06 23:25:36      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:return   pos   space   bsp   std   吉利   namespace   turn   span   

现在这里膜一下dalao

 1 #include <iostream>
 2 #include <algorithm>
 3 using namespace std;
 4 char* s[][7] = { { "1 10", "4 7", "9 12", "6", "2 3 11", "8", "5" }, { "1 4 7", "9 12", "6", "3 11", "2 8", "5", "10" } };
 5 
 6 int main(){
 7     int y;
 8     while (cin >> y){
 9         cout << s[y % 400 == 0 || (y % 100 != 0 && y % 4 == 0)][(6 + (y - 2000) + (y - 1997) / 4 + (y - 2001) / 400 - (y - 2001) / 100) % 7] << endl;;
10     }
11     return 0;
12 }

 

不吉利的日期

标签:return   pos   space   bsp   std   吉利   namespace   turn   span   

原文地址:https://www.cnblogs.com/jaydenouyang/p/8516809.html

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