1 条题解

  • 1
    @ 2026-2-4 9:17:31
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
      for(int j=1;j<=3;j++) {
         for(int i=1;i<=5;i++)
            cout<<"*";
         cout<<endl;
      }
      return 0;
    }
    
    • 1

    信息

    ID
    305
    时间
    1000ms
    内存
    64MiB
    难度
    3
    标签
    递交数
    27
    已通过
    19
    上传者