[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!的主要内容,如果未能解决你的问题,请参考以下文章