From 2020 to 2025
Thanks everyone for your support!
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
auto main() -> int {
ios::sync_with_stdio(false);
cin.tie(nullptr), cout.tie(nullptr);
cout << "Cheesy Leopard" << '\n';
cout << "NTRLover" << '\n';
cout << "nameless" << '\n';
cout << "https://icpc.global/ICPCID/B15T259WIX3C" << '\n';
return 0;
}