题目描述: 

【GPLT】L1-057 PTA使我精神焕发

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

输入格式:

本题没有输入。

输出格式:

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

输入样例:

输出样例:

PTA shi3 wo3 jing1 shen2 huan4 fa1 !

解题思路:

水题。

AC代码: 

#include <bits/stdc++.h>
using namespace std;

int main()
{
    cout << "PTA shi3 wo3 jing1 shen2 huan4 fa1 !" << endl;
    return 0;
}

 

相关文章:

  • 2021-04-13
  • 2021-12-09
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-01-23
  • 2021-11-23
  • 2021-11-01
  • 2021-08-06
  • 2021-05-28
  • 2022-12-23
相关资源
相似解决方案