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

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

2 条评论

  • 1