第十一週oj題目輸出星座名稱

問題及代碼:函數 /* 做者:夏曉林 時間:2016.11 輸入:出生日期 輸出:星座名稱 */ #include <stdio.h> void constellation(int year,int month,int day); /*函數聲明*/ void constellation(int year,int month,int day) { if((month==12&&day>=21
相關文章
相關標籤/搜索