• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~

C语言 一个hello word程序

  • 主题发起人 主题发起人 Lethe
  • 开始时间 开始时间
#include <stdio.h> main() { printf("hello, world!"); return 0; }
 
C++:
#include<iostream>

using namespace std;

int main(){

cout << "hello world!"<< endl;

return 0;

}
 

在线会员

  • xiaokai315
  • ymz
  • 皮秋咏
  • yanxi7584
  • Edithfus
  • 如果119
  • wudilaodengtou
  • AkkTNT
  • 南客18
  • Ayuu0v0
  • sunrises7g7
后退
顶部 底部