题解
2025-01-20 16:40:40
发布于:江苏
4阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main(){
string a,c;
int b,d;
cin>>a>>b>>c>>d;
cout<<"Hello,Hong,They are my new friends,this is "<<a<<",and this is "<<c<<",they are "<<b<<" and "<<d<<" years old.";
return 0;
}
这里空空如也
有帮助,赞一个