2 条题解

  • -1
    @ 2026-5-9 22:35:46
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"春晓"<<endl;
        cout<<"春眠不觉晓,"<<endl;
        cout<<"处处蚊子咬。"<<endl;
        cout<<"夜来嗡嗡声,"<<endl;
        cout<<"脓包知多少。"<<endl;
    
        return 0;
    }
    
    • -1
      @ 2026-2-1 17:19:58

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

      int main() { cout<<"春晓"<<endl; cout<<"春眠不觉晓,"<<endl; cout<<"处处蚊子咬。"<<endl; cout<<"夜来嗡嗡声,"<<endl; cout<<"脓包知多少。"<<endl;

      return 0; 包100的

      • 1

      信息

      ID
      562
      时间
      1000ms
      内存
      64MiB
      难度
      5
      标签
      递交数
      856
      已通过
      343
      上传者