Run ID:150171
提交时间:2026-03-23 17:01:22
#include <iostream> using namespace std; int main(){ int n; for(int n=1;n<=5;n++){ cout<<n<<endl; } }