游客 Signup | Login
中文 | En

3988 - 光耀中华振兴宇宙

不忘初心,方得始终。作为一个未来的程序员,要让世界因为我们的存在而变得不同。周总理年少时曾立下宏伟志向“为中华之崛起而读书”。为了让大家能牢记我们所背负的“光耀中华振兴宇宙”的历史使命,并在日常点滴学习中贯彻topcare cdio的教育理念,请把下面这句话,全部变成小写字母并且去掉空格打印出来"Light shine china shake hte universE Do noT foget fist dream you can youUptopcare cdio is GOOd"

Input

Output

Examples

Input


                

Output


                

Solution C++

#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<iostream>
using namespace std;
int main()
{
    printf("lightshinechinashakehteuniversedonotfogetfistdreamyoucanyouuptopcarecdioisgood\n");
    return 0;
}

Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题