蓝桥杯算法提高VIP-任意年月日历输出 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int monthday(int year,int month);int gapday(int year…… 题解列表 2018年02月05日 1 点赞 0 评论 1095 浏览 评分:0.0
WU-蓝桥杯算法提高VIP-任意年月日历输出 (C++代码) 摘要:解题思路:这个题目是传统的打印日历的题目 不是很难 但要很细心 注意仔细观察样例的输出格式 才有可能AC参考代码:#include<iostream> #include<cstdio> #in…… 题解列表 2017年12月13日 11 点赞 6 评论 716 浏览 评分:6.0