Run ID:92654

提交时间:2024-10-06 10:51:11

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