c++:hello world!

#include <iostream> using namespace std; void main() { cout<<"hello world"<<endl; } 1 #include <iostream> 2 using namespace std; 3 void main() 4 { 5 c
posted @ 2020-06-10 20:09  linux_zero  阅读(158)  评论(0编辑  收藏  举报