03 2019 档案

摘要:# include "stdio.h"# include "stdlib.h"# include <time.h>int main(int argc,char*argv[]) { int i; char c,gu; srand((unsigned)time(NULL)); c=6; gu=rand( 阅读全文
posted @ 2019-03-24 22:40 哆啦** 阅读(104) 评论(0) 推荐(0) 编辑
摘要:int main() { int year; scanf("%d", &year); if((year%100!=0&&year%4==0)||year%400==0){ printf("YES"); }else{printf("NO");} return 0;} #include <stdio.h 阅读全文
posted @ 2019-03-09 20:42 哆啦** 阅读(127) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示