摘要: 方法一#include<iostream>using namespace std;int main(){ char c; cin>>c; printf(" %c\n",c); printf(" %c%c%c\n",c,c,c); printf("%c%c%c%c%c",c,c,c,c,c); ret 阅读全文
posted @ 2022-05-17 22:28 一二三亖靐齉齾龖龗 阅读(59) 评论(0) 推荐(0)