1 条题解

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

    信息

    ID
    306
    时间
    1000ms
    内存
    64MiB
    难度
    2
    标签
    递交数
    68
    已通过
    40
    上传者