3 solutions

  • 0
    @ 2023-9-22 20:11:55

    不会有人不会吧∑(〟OОO)真…真的吗!?

    • 0
      @ 2023-9-22 17:56:36

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

      int main(){

      cout<<"春晓";
      cout<<endl;
      cout<<"春眠不觉晓,"<<endl;
      cout<<"处处蚊子咬。"<<endl;
      cout<<"夜来嗡嗡声,"<<endl;
      cout<<"脓包知多少。"<<endl; 
      return 0;
      

      }

      • 0
        @ 2023-9-22 16:33:59
        #include <iostream>
        #include <cstdio>
        
        using namespace std;
        
        int main(){
            printf(
                "春晓\n"
                "春眠不觉晓,\n"
                "处处蚊子咬。\n"
                "夜来嗡嗡声,\n"
                "脓包知多少。"
            );
            return 0;
        }
        
        • 1

        Information

        ID
        449
        Time
        1000ms
        Memory
        64MiB
        Difficulty
        1
        Tags
        # Submissions
        35
        Accepted
        31
        Uploaded By