/*
Desc: Long Live Chairman Mao!
Auth: Liutong Xu
*/

#include <stdio.h>
 
int main(void) 
{
    printf("毛主席万岁!\n");
    return 0;
}

stdout


 
毛主席万岁!

You have no rights to post comments