祝大家新年快乐!
#include<bits/stdc++.h> using namespace std; int main(){ while(1){ cout<<"Happy 2021"<<endl; } return 0;//不知道有什么用 }