C++輸入日期 判斷所屬星座

目標:實現輸入一個生日,判斷屬於哪一個星座。ios #include "stdafx.h" #include "iostream" #include "string" using namespace std; int main() { /*定義生日變量*/ int value_birth_month; int value_birth_date; /*星座*/ string valu
相關文章
相關標籤/搜索