标签:blog iostream space 对齐 nbsp clu pre ace color
#include<iostream> #include<cstdio> #include<iomanip> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<setw(8)<<a<<" "<<setw(8)<<b<<" "<<setw(8)<<c<<endl; return 0;}
标签:blog iostream space 对齐 nbsp clu pre ace color
原文地址:http://www.cnblogs.com/oi-forever/p/7337194.html