[PTA]实验1-2 Welcome to You!

Posted Spring-_-Bear

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[PTA]实验1-2 Welcome to You!相关的知识,希望对你有一定的参考价值。

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

输入格式:

本题目没有输入。

输出格式:

在一行中输出短句“Welcome to You!”。
  • 提交结果:

在这里插入图片描述

  • 源码:
#include<stdio.h>
int main(void)
{
	printf("Welcome to You!");
	return 0;
}

以上是关于[PTA]实验1-2 Welcome to You!的主要内容,如果未能解决你的问题,请参考以下文章

Welcome to Jekyll

[PTA]实验1-6 输出带框文字

C作业--数据类型

Welcome To SWPUNC-ACM

PTA-2017实验2.4 函数

1-2 Welcome to the Course