题目描述
hello world
输入 无 输出
样例输入
样例输出
#include <stdio.h> #include <stdlib.h> #include <math.h> int main () { char a[1001]; gets(a); puts(a); return 0; }