2659 Problem A:hello world
2659 Problem A:hello world
问题 A: hello world
题目描述
将 hello world
输出到屏幕上
样例输出 复制
hello world
#include<stdio.h>int main(){printf("hello world\n");return 0;}
题目描述
将 hello world
输出到屏幕上
hello world
#include<stdio.h>int main(){printf("hello world\n");return 0;}