2008: hello world(C语言)

题目描述

hello world

输入

输出

hello world

样例输入

hello world

样例输出

hello world
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

int main ()

{
    char a[1001];
    gets(a);
    puts(a);
    return 0;
}



客官记得一键三连啊!


posted @ 2021-01-04 00:05  S1Lu  阅读(20)  评论(0)    收藏  举报