
输入生日 获取对应星座代码
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本工具用于输入个人出生日期,自动识别并返回对应的星座代码,便于进行星座性格分析或其他相关应用。简单易用,快速获取结果。
以下是代码的重写版本:
```cpp
int main() {
Bir yourBir;
yourBir.SetTime();
cout << 请输入你的生日 << endl;
yourBir.inputTime();
cout << 你的生日是: << endl;
yourBir.ShowTime();
cout << 你的星座是: << endl;
yourBir.cta();
}
```
全部评论 (0)
还没有任何评论哟~


