LZT • 18天前
using namespace std;
int main() {
int a; cin >> a; for (; a > 0; a--) { cout << a << " "; } return 0;
}
评论:
请先登录,才能进行评论