L1-057 PTA使我精神焕发

题目链接 https://pintia.cn/problem-sets/994805046380707840/problems/1111914599408664576

以上是湖北经济学院同学的大作。本题就请你用汉语拼音输出这句话。

输入格式:

本题没有输入。

输出格式:

在一行中按照样例输出,以惊叹号结尾。

输入样例:

输出样例:

PTA shi3 wo3 jing1 shen2 huan4 fa1 !

AC代码 

#include
#include
using namespace std;
int main()
{   cout<<"PTA shi3 wo3 jing1 shen2 huan4 fa1 !"<

 

你可能感兴趣的:(团体程序设计天梯赛)