Run ID:92447

提交时间:2024-10-04 16:15:11

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