Run ID:141938

提交时间:2025-12-29 16:32:19

#include <iostream> using namespace std; int main(){ for(int n=1;n<=100;n++){ cout<<n<<endl; } }