题解列表

筛选

生日日数 (C语言代码)

摘要:#include <stdio.h> int main() {     int yy, mm, dd;     int year[12] = {31, 28, 31, 30, 31, 30, ……