1 solutions
Information
- ID
- 1044
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 4
- Tags
- # Submissions
- 17
- Accepted
- 16
- Uploaded By
#include<bits/stdc++.h>
//#define int long long
using namespace std;
const int N=1e7+30;
signed main(){
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
// freopen(".in","r",stdin);
// freopen(".out","w",stdout);
cout<<"Happy Spring Festival!";
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.