C語言入門練手之萬年曆的實現

#include <stdio.h> #include <stdlib.h> int main(int argc, const char *argv[]) { //容錯處理 if (argc < 2) { perror("請輸入時間:"); exit(-1); } //存儲當前時間 unsigned int year = 0; unsigned int mouth = 0
相關文章
相關標籤/搜索