欧美1区2区3区激情无套,两个女人互添下身视频在线观看,久久av无码精品人妻系列,久久精品噜噜噜成人,末发育娇小性色xxxx

題解 | 坐標(biāo)移動

坐標(biāo)移動

http://www.fangfengwang8.cn/practice/119bcca3befb405fbe58abe9c532eb29

#include <iostream>
using namespace std;

bool is_num(string s) {
    for (char c : s) {
        if ( c < '0' || c > '9') {
            return false;
        }
    }
    return true;
}


int main() {
    string str;
    pair<int, int>p(0, 0);
    while (getline(cin, str, ';')) {
        if (str.empty()) continue;
        string s1 = str.substr(1);
        if (is_num(s1)) {
            switch (str[0]) {
                case 'A':
                    p.first -= stoi(s1);
                    break;
                case 'D':
                    p.first += stoi(s1);
                    break;
                case 'W':
                    p.second += stoi(s1);
                    break;
                case 'S':
                    p.second -= stoi(s1);
                    break;
                default:
                    break;
            }
        }
    }
    cout << p.first <<"," <<  p.second;
    return 0;
}
// 64 位輸出請用 printf("%lld")

getline(cin, str, ';') 這個函數(shù)能夠自定義終止符,同時stoi和aiot這兩個函數(shù)負(fù)責(zé)字符和數(shù)字之間的轉(zhuǎn)換;

全部評論

相關(guān)推薦

_bloodstream_:我也面了科大訊飛,主管面的時候聽說急招人優(yōu)先考慮能盡快實習(xí)的,我說忙畢設(shè),后面就一直沒消息了
點贊 評論 收藏
分享
04-05 15:34
已編輯
火爐中學(xué) 前端工程師
不給進hr面就下海唄:我是你見過最美的牛客女孩
點贊 評論 收藏
分享
評論
點贊
收藏
分享

創(chuàng)作者周榜

更多
??途W(wǎng)
??推髽I(yè)服務(wù)