c++

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; }
审核员 发布于