stringstream或istringstream的使用

#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <vector>
#include <queue>
#include <map>
#include <sstream>
#include <algorithm>
#include <cstdlib>
using namespace std;

int main(){
    // 使用 stringstream
    string sinput;
    while (getline(cin,sinput)){
        stringstream ss;
        ss << sinput;
        long long tmp,ans=0;
        while (ss >> tmp){
            ans += tmp;
        }
       cout << ans << endl;
    }
    return 0;
}







#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <vector>
#include <queue>
#include <map>
#include <sstream>
#include <algorithm>
#include <cstdlib>
using namespace std;

int main(){
    // 使用 istringstream
    string sinput;
    while (getline(cin,sinput)){
        istringstream ss(sinput);
        long long tmp,ans=0;
        while (ss >> tmp){
            ans += tmp;
        }
       cout << ans << endl;
    }
    return 0;
}




全部评论

相关推荐

比亚迪汽车新技术研究院 硬件工程师 总包21左右 硕士
点赞 评论 收藏
分享
鼗:四级有点难绷,感觉能拿国家励志奖学金,学习能力应该蛮强的,四级确实不重要,但是拿这个卡你可是很恶心啊
点赞 评论 收藏
分享
10-06 12:46
门头沟学院 Java
跨考小白:定时任务启动
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务