实验1-2 Welcome to You! (5 分)

本题要求编写程序,输出一个短句“Welcome to You!”。

输入格式:

本题目没有输入。

输出格式:

在一行中输出短句“Welcome to You!”。

# include <stdio.h>

int main(){
    printf("Welcome to You!");
    return 0;
}

在这里插入图片描述

posted @ 2021-03-03 14:22  lures  阅读(156)  评论(0)    收藏  举报