Run ID:141918
提交时间:2025-12-29 16:24:42
#include<iostream> using namespace std; int main(){ for(int i=1;i==100;i++){ cout<<i<<endl; } }