V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
rebeccaMyKid
V2EX  ›  问与答

牛客网做题的输入问题,请教一下,是我的问题还是输入的问题?

  •  
  •   rebeccaMyKid · 2020-05-06 11:58:19 +08:00 · 885 次点击
    这是一个创建于 1451 天前的主题,其中的信息可能已经有所发展或是发生改变。

    这道题目 https://www.nowcoder.com/questionTerminal/d9162298cb5a437aad722fccccaae8a7 可能需要注册 QAQ 。

    为什么我连输入都不能完整捕获 /获取,是我的问题吗?

    qbody img1 img2

    #include <iostream>
    #include <string>
    using std::cin;
    using std::cout;
    using std::endl;
    using std::string;
    
    int main(int argc, char* args[]){
          string s;
          cin >> s;
          cout << s << endl;
          cin >> s;
          cout << s << endl;
              
    }
    
    4 条回复    2020-05-06 12:21:29 +08:00
    zxCoder
        1
    zxCoder  
       2020-05-06 12:02:49 +08:00
    看不到图,不知道什么错误
    rebeccaMyKid
        2
    rebeccaMyKid  
    OP
       2020-05-06 12:11:12 +08:00
    @zxCoder 哇,图折就挂了马?我用的新浪微博做图床的啊
    rebeccaMyKid
        3
    rebeccaMyKid  
    OP
       2020-05-06 12:12:56 +08:00




    rebeccaMyKid
        4
    rebeccaMyKid  
    OP
       2020-05-06 12:21:29 +08:00




    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4714 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 04:02 · PVG 12:02 · LAX 21:02 · JFK 00:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.