«

c++

审核员 发布于 阅读:95


include

using namespace std;
int main(){
char a='b',b='s';
int c=5,d=2,e=0;
cout<<b<<a<<" "<<d<<c<<e;
return 0;
}

请先 登录 再评论