3 solutions
-
0
Guest MOD
- 1
Information
- ID
- 1044
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 6
- Tags
- # Submissions
- 209
- Accepted
- 62
- Uploaded By
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Happy spring Festival!";//新手抄这个。 return 0; }
#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; }
#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.