5 条题解

  • 1
    @ 2026-5-16 10:53:14

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

    int main() { cout << " " << endl; cout << " * " << endl; cout << " * " << endl; cout << "****" << endl; return 0; }

    • 0
      @ 2026-5-31 21:23:04

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

      int main() { cout << " " << endl; cout << " * " << endl; cout << " * " << endl; cout << "****" << endl; return 0; }

      • 0
        @ 2026-5-30 10:19:47

        #include using namespace std;

        int main() { cout << "95.87"; return 0; }

        • 0
          @ 2026-5-21 20:57:39

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

          int main() {

          cout << "   *" << endl;
          cout << "  * *" << endl;
          cout << " *   *" << endl;
          cout << "*******" << endl;
          
          
          
          
          
          return 0;
          

          }

          • 0
            @ 2026-5-16 11:14:18

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

            int main() { cout << " " << endl; cout << " * " << endl; cout << " * " << endl; cout << "****" << endl; return 0; }

            • 1

            信息

            ID
            18201
            时间
            1000ms
            内存
            256MiB
            难度
            5
            标签
            (无)
            递交数
            687
            已通过
            290
            上传者