2 条题解

  • 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的

    • 0
      @ 2026-5-6 19:20:44

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

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

      • 1

      信息

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