码迷,mamicode.com
首页 > 其他好文 > 详细

自考新教材-p286

时间:2020-01-27 15:40:40      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:cout   namespace   png   name   height   names   程序   reserve   com   

源程序:

//

//  main.cpp

//  p286

//

//  Created by duanqibo on 2020/1/27.

//  Copyright © 2020年 duanqibo. All rights reserved.

//

 

//程序7-7

#include <iostream>

#include <iomanip>

using namespace std;

int main()

{

    string s1,s2;

    cin>>setw(5)>>s1>>setw(3)>>s2;      //设置输入的字符串格式(长度)

    cout<<"s1="<<s1<<", s2="<<s2<<endl;

    return 0;

}

 运行结果:

技术图片

自考新教材-p286

标签:cout   namespace   png   name   height   names   程序   reserve   com   

原文地址:https://www.cnblogs.com/duanqibo/p/12235984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!