有兩個日期,求兩個日期之間的天數,如果兩個日期是連續的我們規定他們之間的天數為兩天有多組資料,每組資料有兩行,分別表示兩個日期,形式為yyyymmdd每組資料輸出一行,即日期差值示例12011041220110422
11
#include #include int daytab[2][13] = ,
};int isleapyear(int year)
int main()
int result = 1;
int year1 = y1/10000;
int month1 = y1/100%100;
int day1 = y1%100;
int year2 = y2/10000;
int month2 = y2/100%100;
int day2 = y2%100;
while(year2!=year1 || month1!=month2 || day1!=day2)
if(month1==13)
result++;
}printf("%d\n", result);
}// printf("hello world!\n");
return 0;
}
牛客網 華為機試 020 牛客網
密碼要求 1.長度超過8位 2.包括大小寫字母.數字.其它符號,以上四種至少三種 3.不能有相同長度超2的子串重複 說明 長度超過2的子串 一組或多組長度超過2的子符串。每組佔一行 如果符合要求輸出 ok,否則輸出ng 示例1 021abc9000 021abc9abc1 021abc9000 02...
牛客網 乳酪
題目很簡單,中文題。複製了 乳酪之間距離不用管,只要開個並查集維護就好了,另外需要選好幾個點作為起點幾個點作為終點。o n 2 的建圖。感覺可以平面掃瞄。有空去試試。以下 ac includeusing namespace std const int maxn 1e5 5 define ll lon...
牛客網 A 招生
第一行,三個正整數n,m,p.後面n行,每行兩個正整數數a i,b i a i b i 分別表示第i個人的高考分和校測分。一行乙個數,表示答案 小a高考至少要考多少分。輸入6 3 750 700 530 683 625 703 620 699 623 710 538 654 599 輸出 inclu...