提交时间:2025-01-06 18:12:26

运行 ID: 308170

#include<iostream> using namespace std; int main(){ int i=1; whihe(i<=100) cout<<i<<endl; i+=1; return 0; }