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

int main() 
{    
    cout << "Happy Spring Festival!" << endl;
    return 0;
}

0 条评论

目前还没有评论...