判断某年某月的天数
摘要:
1 #include<stdio.h> 2 #include<stdlib.h> 3 //判断指定的某年某月有多少天 4 void main() 5 { 6 int year,month; 7 int leap,days; 8 printf("please input a year ,month\n 阅读全文
posted @ 2017-03-18 21:01 飞翔的梦的窝 阅读(464) 评论(0) 推荐(0)
posted @ 2017-03-18 21:01 飞翔的梦的窝 阅读(464) 评论(0) 推荐(0)
posted @ 2017-02-08 23:56 飞翔的梦的窝 阅读(449) 评论(0) 推荐(0)
posted @ 2017-02-05 23:53 飞翔的梦的窝 阅读(371) 评论(0) 推荐(0)
posted @ 2017-02-05 01:08 飞翔的梦的窝 阅读(250) 评论(0) 推荐(0)
posted @ 2017-02-04 00:57 飞翔的梦的窝 阅读(2262) 评论(0) 推荐(0)
posted @ 2017-02-04 00:04 飞翔的梦的窝 阅读(330) 评论(0) 推荐(0)