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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM