提交时间:2026-03-22 16:48:33
运行 ID: 434040
#include<iostream> using namespace std; int main(){ int i=1; while(i>=1){ cout<<i<<endl; i--; } return 0; }