题解列表

筛选

日期换算-题解(C语言代码)

摘要:解题思路: 这道题蛮简单的,废话不多说,看代码。 参考代码: ```c #include int main() { int a[12]={31,28,31,30,31,30,31,……