提交时间:2023-12-04 19:44:52

运行 ID: 33010

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