提交时间:2026-02-08 22:38:51
运行 ID: 378018
#include<iostream> using namespace std; int main(){ int i=1; while(i<=100){ cout<<i<<endl; i++ } return 0; }