ac

棨戟  •  14天前


include

using namespace std; int main(){

int i;
cin>>i;
for(;i>=1;i--)
{
	cout<<i<<" ";
}
return 0;

}


评论:

请先登录,才能进行评论