hello include using namespace std; int main(){ char a='s',b='2',c='b',d='0',e='5'; cout<<a<<d<<' '<<b<<e<<d; }
一个萌新,普普通通的