XiaozhiSans 【Lv:3】 正式会员 注册 2021/10/05 消息 10 金粒 1,742金粒 2023/09/27 #2 #include <stdio.h> main() { printf("hello, world!"); return 0; }
EZA Poloter 无聊的看客 正式会员 注册 2020/07/02 消息 97 金粒 4,942金粒 2023/11/16 #3 C++: #include<iostream> using namespace std; int main(){ cout << "hello world!"<< endl; return 0; }