3 条题解

  • 1
    @ 2025-2-11 11:52:31
    #include<bits/stdc++.h>
    #define yy return 0;
    using namespace std;
    int main() {
        cout<<"  *"<<endl;
        cout<<" ***"<<endl;
        cout<<"*****"<<endl;
        cout<<" ***"<<endl;
        cout<<"  *"<<endl;
        yy
    }
    • 0
      @ 2025-2-16 10:21:33

      水题

      #include<bits/stdc++.h>
      using namespace std;
      int main(){
          cout<<"  *"<<endl;
          cout<<" ***"<<endl;
          cout<<"*****"<<endl;
          cout<<" ***"<<endl;
          cout<<"  *"<<endl;
          return 0;
      }
      
      • -1

        #include<bits/stdc++.h> using namespace std; int main() { cout<<" *"<<endl; cout<<" "<<endl; cout<<"**"<<endl; cout<<" ***"<<endl; cout<<" *"<<endl; return 0; }

        • 1

        信息

        ID
        4475
        时间
        1000ms
        内存
        128MiB
        难度
        1
        标签
        (无)
        递交数
        220
        已通过
        129
        上传者