提交时间:2025-03-09 09:12:55
运行 ID: 312009
#include<iostream> using namespace std; int main(){ int i=1; while (i<=100){ cout<<i<<enld; i++; } return 0; }