C++在线编程网站

1、推荐

http://www.dooccn.com/cpp/

2、https://wandbox.org/

3、https://www.tutorialspoint.com/compile_cpp_online.php

4、https://www.anycodes.cn/#/OnlineCode

 

 

5、https://tool.lu/coderunner/

 

测试:

#include <iostream>

using namespace std;

int main() {
    cout<<"input sth."<<endl;
    string a;
    cin >>a;
    cout << a << endl;
    return 0;
}

第二次会覆盖掉原来的。全覆盖。

 【其他】

https://blog.csdn.net/kikajack/article/details/79278805

posted @ 2019-07-14 16:29  ostartech  阅读(7395)  评论(0编辑  收藏  举报