#include <bits/stdc++.h> using namespace std; int n; int main() { cin >> n; for (int i = n; i >= 1; i--) { for (int j = 1; j <= i; j++) { cout << i; } cout << endl; } return 0; }
注册一个 核OJ_核桃编程 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 核OJ_核桃编程 通用账户