Run ID:141939

提交时间:2025-12-29 16:33:13

#include<iostream> using namespace std; int main(){ int n; cin>>n; for(int i=1;n>=1;n--){ cout<<n<<endl; } }