61
64
69
版主
在屏幕上输出“Hello World!”。
(无)
使用道具 举报
#include<stdio.h> using namespace std; int main(){ printf("Hello World!"); }
#include<iostream> using namespace std; int main(){ cout<<"Hello World!"; }
|山东智趣岛论坛 ( 鲁ICP备2023024048号 )
GMT+8, 2025-3-1 10:59 , Processed in 0.168090 second(s), 37 queries .
Powered by Discuz! X3.3 Licensed
Copyright © 2001-2020, Tencent Cloud.