#includeusing namespace std;int main(){ char c1,c2; c1='a'; c2='b'; cout< return 0;}
setw这个函数没有定义哦int setw(int b){return b;}