通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
5 7
1 35
include<stdio.h>
int main()
{
char x = "Hellow,world!";
printf("%s",x);
return 0;
}