資源限制
時間限制:1.0s 記憶體限制:256.0mb
問題描述
給定乙個年份,判斷這一年是不是閏年。
當以下情況之一滿足時,這一年是閏年:
年份是4的倍數而不是100的倍數;
年份是400的倍數。
其他的年份都不是閏年。
輸入格式
輸入包含乙個整數y,表示當前的年份。
輸出格式
輸出一行,如果給定的年份是閏年,則輸出yes,否則輸出no。
說明:當試題指定你輸出乙個字串作為結果(比如本題的yes或者no,你需要嚴格按照試題中給定的大小寫,寫錯大小寫將不得分。
樣例輸入
2013
樣例輸出
no樣例輸入
2016
樣例輸出
yes資料規模與約定
1990 <= y <= 2050。
#include
#include
intmain()
藍橋杯 基礎訓練 邏輯判斷
題目 a b c d e f g h i j 0 1 2 3 4 5 6 7 8 9 共10名學生有可能參加本次計算機競賽,也可能不參加。因為某種原因,他們是否參賽受到下列條件的約束 false分析 1.如果a參加,b也參加 a b 2.如果c不參加,d也不參加 c d 3.a和c中只能有乙個人參加...
藍橋杯 基礎訓練
include include include include include algorithm include queue define inf 100000000 using namespace std char h 100002 b 400002 e 400002 void solve fo...
藍橋杯 基礎訓練 部分
basic 1 閏年判斷 基礎訓練 basic 1 閏年判斷 條件判斷 include using namespace std intmain else else else cin year return0 basic 2 01串 基礎訓練 basic 2 01字串 迴圈 include int m...