摘要: #include <iostream> // 调用cin,cout,须调用iostream库。 using namespace std; int main( ) { cout << "Hello, World!" << endl; return 0; } 作者:无法确定的小世界_2156链接:htt 阅读全文
posted @ 2020-10-15 22:07 qweasd1108 阅读(59) 评论(0) 推荐(0)