免费视频教程
5分钟在线C++编程
网址是:cpp.sh
代码参考
#include <iostream>
using namespace std;
int main(){
cout << "hello world";
return 0;
}
5分钟在线Python编程
网址是:pythontutor.com
代码参考
print("hello world")
阅读: 516
网址是:cpp.sh
代码参考
#include <iostream>
using namespace std;
int main(){
cout << "hello world";
return 0;
}
网址是:pythontutor.com
代码参考
print("hello world")