c++ helloworld
摘要:
#include <iostream> using namespace std; int main() { cout << "hello world!" << endl; system("pause"); return 0; } 阅读全文
posted @ 2019-12-02 23:24 吉格斯 阅读(301) 评论(0) 推荐(0)
posted @ 2019-12-02 23:24 吉格斯 阅读(301) 评论(0) 推荐(0)