题解 | #查找输入整数二进制中1的个数#

单词倒排

http://www.nowcoder.com/practice/81544a4989df4109b33c2d65037c5836

//一次遍历

using namespace std;
int main(){
    string str;
    getline(cin, str);
    string ans, pre;
    for(int i = 0; i < str.size(); i ++ ){
        if(isalpha(str[i])){
            while(isalpha(str[i])){
                pre += str[i];
                i ++;
            }
            ans = pre + " " + ans;
            pre = "";
        }
    }
    cout<< ans << endl;
    return 0;
}
全部评论

相关推荐

10-07 23:57
已编辑
电子科技大学 Java
八街九陌:博士?客户端?开发?啊?
点赞 评论 收藏
分享
有工作后先养猫:太好了,是超时空战警,我们有救了😋
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务