3 solutions

  • 1
    @ 2025-12-18 17:21:41

    #include<bits/stdc++.h> using namespace std; int main(){ cout<<"Happy spring Festival!";//新手抄这个。 return 0; }

    • 1
      @ 2025-12-18 17:17:46

      #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; }

      • 1
        @ 2025-10-15 17:21:20
        #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;
        }
        
        
        
        • 1

        Information

        ID
        1044
        Time
        1000ms
        Memory
        64MiB
        Difficulty
        6
        Tags
        # Submissions
        209
        Accepted
        62
        Uploaded By