提交时间:2025-11-11 19:28:33

运行 ID: 360723

#include<iostream> using namespace std; int main(){ int n; cin>>n; int i=1; while(i>=n){ i++; } return 0; }