题解 | #求int型正整数在内存中存储时1的个数#

坐标移动

http://www.nowcoder.com/practice/119bcca3befb405fbe58abe9c532eb29

word = input('','s');
words = strsplit(word,';');
origenal = [0,0];
function [out] = islegal(in)
    if length(in) == 3
        if ~isempty(str2num(in(2:3)))
            out = 1;
            return;
        end
    end
    if length(in) == 2
        if ~isempty(str2num(in(2)))
            out = 1;
            return;
        end
    end
    out = 0;
end
function out = opp(in)
    p = in(1);
    q = str2num(in(2:end)); 
    out = [0,0];
    switch p
    case 'A'
         out = [-q,0];
    case 'S'
         out = [0,-q];
    case 'D'
         out = [q,0];
    case 'W'
         out = [0,q];
    otherwise 
         out = [0,0];
    end
end

for lop = 1:length(words)
    
    if islegal(words{lop})
        origenal = origenal+opp(words{lop});
    end
end

fprintf("%d,%d",origenal(1),origenal(2));




全部评论

相关推荐

千千倩倩:简历问题有点多,加v细聊
点赞 评论 收藏
分享
09-29 16:59
已编辑
门头沟学院 Java
牛客96609213...:疯狂背刺,之前还明确设置截止日期,还有笔试,现在一帮人卡在复筛,他反而一边开启扩招,还给扩招的免笔试,真服了,你好歹先把复筛中的给处理了再说
投递大疆等公司10个岗位
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务