题解 | #skew数#

skew数

https://www.nowcoder.com/practice/5928127cc6604129923346e955e75984

#include <iostream>
#include <cmath>
using namespace std;

int main() {
    // int a, b;
    string str;
    // while (cin) { // 注意 while 处理多个 case
    // cout << a + b << endl;
    // }
    while (getline(cin, str)) {
        int skew = 0;
        for (int i = 0; i < str.size(); i++) {
            int n = str.size() - i;
            int k = 2;
            for (int j = 1; j < n; j++)
                k *= 2;
            skew += (str[i] - '0') * (k - 1);
        }
        cout << skew << endl;
    }
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

头像
11-06 10:58
已编辑
门头沟学院 嵌入式工程师
双非25想找富婆不想打工:哦,这该死的伦敦腔,我敢打赌,你简直是个天才,如果我有offer的话,我一定用offer狠狠的打在你的脸上
点赞 评论 收藏
分享
11-02 09:49
已编辑
货拉拉_测试(实习员工)
热爱生活的仰泳鲈鱼求你们别卷了:没事楼主,有反转查看图片
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务