编程题

我是小小程序员

 

参加考试的宝宝们都是小程序员啦!本题就请你直接在屏幕上输出“我是小小程序员”这句话的汉语拼音 `wo shi xiao xiao cheng xu yuan`。

时间限制:1000

内存限制:65536

输入

本题没有输入。

输出

在一行中输出 `wo shi xiao xiao cheng xu yuan`。

样例输入

样例输出

wo shi xiao xiao cheng xu yuan

#include

 

int main() {

   printf("wo shi xiao xiao cheng xu yuan");

   return 0;

查看答案
赣ICP备20007335号-2