Run ID:5958

提交时间:2024-12-22 14:51:11

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