在这里插入代码片
```#include <iostream>
using namespace std;
#include <iomanip>
int main()
{
int count = 0;
float faHeight,moHeight,yourHeight;
char gender, likeSport, goodDiet,go;
int flag=1;
while(flag==1)
{
cout<<"Input your gender(m|f|M|F):";
cin>>gender;
cout<<"Input your fathe
哈工大sse实验题3.3
最新推荐文章于 2026-02-25 01:41:27 发布


1185

被折叠的 条评论
为什么被折叠?



