Codeup1928 日期處理

題目 code #include <iostream> #include <algorithm> #include <cstring> #include <cmath> using namespace std; int isLeap(int year){ if(((year%4==0)&&(year%100!=0))||(year%400==0)){ return 1;
相關文章
相關標籤/搜索