1 条题解

  • 0
    @ 2025-8-28 19:42:49

    #include<bits/stdc++.h> using namespace std; int main() { int a,z,x; scanf("%d",&a); for(int z=1;z<=a;z++){ for(int x=1;x<=z;x++){ printf("*"); } printf("\n"); } return 0; }

    • 1

    信息

    ID
    61
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    38
    已通过
    27
    上传者