摘要: #include using namespace std;int main(int argc, char *argv[]){ int a = 10; cout.width(10); cout.fill('#'); cout << a << endl; cout.widt... 阅读全文
posted @ 2014-04-13 22:58 秋月的私语 阅读(257) 评论(0) 推荐(0) 编辑