Comment

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

void solve(){
	cout << "HAPPY NEW YEAR" << endl;
}

int main(){
	int tt = 1; //cin >> tt;
	while(tt--){
		solve();
	}
	return 0;
}

The actual rating of this user is 1213.

Original comment.

Statistics