Run ID:150208

提交时间:2026-03-23 17:12:06

include<iostream> using namespace std; int main(){ for(int i,j;i<j;i++){ cout<<i<<endl; } }