4320
https://ke.codingtang.com/#/problem/problemSub?id=4320
这道题很简单
for(int i=n;i>=1;i--){ cout<<"倒计时"<<i<<endl; } 即可