提交时间:2026-03-20 18:52:51

运行 ID: 433250

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