提交时间:2026-05-06 18:54:15
运行 ID: 439164
#include<iostream> using namespace std; int main(){ for(int i=5;i>=1;i--){ cout<<i<<endl; } return 0; }