提交时间:2026-03-14 15:42:29
运行 ID: 432586
#include<iostream> using namespace std; int main(){ for(int i=5; i>=1; i--){ cout<<i<<endl; } return 0; }