wxl845235800

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

分类:

技术点:

相关文章:

  • 2021-12-22
  • 2021-12-13
  • 2021-12-13
  • 2021-11-29
猜你喜欢
  • 2021-11-17
  • 2021-10-16
  • 2021-12-22
  • 2021-11-01
相关资源
相似解决方案