L1-057 PTA使我精神焕发 (5 分)

L1-057 PTA使我精神焕发 (5 分)


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

输入格式:

本题没有输入。

输出格式:

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

输入样例:

输出样例:

PTA shi3 wo3 jing1 shen2 huan4 fa1 !

代码:

#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<"PTA shi3 wo3 jing1 shen2 huan4 fa1 !"<<endl;
    return 0;
}
原文地址:https://www.cnblogs.com/LengYun/p/14687692.html