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