输出一个短句“Welcome to You!”
1.#include <stdio.h>
2.int main ()
3.{
4. printf("Welcome to You!");
5. return 0;
6.}
输出一个短句“Welcome to You!”
1.#include <stdio.h>
2.int main ()
3.{
4. printf("Welcome to You!");
5. return 0;
6.}

被折叠的 条评论
为什么被折叠?