#15047: a004


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
a004. 文文的求婚 | From: [114.42.212.44] | 發表日期 : 2018-09-08 18:47

#include <iostream>
#include <string>
#include <math.h>
using namespace std;
int main(int argc, char** argv){
int a;
while(cin>>a)
if(a%400==0||a%4==0&&a%100!=0)
cout<<"閏年"<<endl;
else
cout<<"平年"<<endl;
}

 

 
#15078: Re:a004


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
a004. 文文的求婚 | From: [114.42.212.44] | 發表日期 : 2018-09-09 20:18

#include <iostream>
using namespace std; 
int main(int argc, char** argv){
int a;
while(cin>>a)
if(a%400==0||a%4==0&&a%100!=0)
cout<<"閏年"<<endl; 
else
cout<<"平年"<<endl;
}

//上一個我不小心加了無用的函數庫

//已修改




 
ZeroJudge Forum