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