#include using namespace std; int main(){ char a='a'; for(int b=1;b<=5;b++,a++){ for(int c=1;c<=b;c++){ cout<<a; } cout<<endl; } return 0; }

2 条评论

  • @ 2025-5-30 18:58:31

    good

    👍 1
    ❤️ 1
    • @ 2025-5-30 18:55:43

      ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

      ❤️ 1
      👍 1
      • 1