#19715: AC解答


CL108090804 (野豬騎士來了)

學校 : 新北市私立竹林高級中學
編號 : 103696
來源 : [163.20.243.76]
最後登入時間 :
2020-07-08 15:03:16
a004. 文文的求婚 | From: [163.20.243.76] | 發表日期 : 2019-10-23 15:35

#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;
}

 
ZeroJudge Forum