学会的第一个代码“hello world”
摘要:
#include<iostream> using namespace std; int main() { cout <<"hello world"<< endl; system("pause"); return 0; } 阅读全文
posted @ 2023-07-27 22:06 ASXP 阅读(8) 评论(0) 推荐(0)
posted @ 2023-07-27 22:06 ASXP 阅读(8) 评论(0) 推荐(0)