Run ID:122964

提交时间:2025-06-22 12:21:49

#include<bits/stdc++.h> using namespace std; int main() { for(int i=0;i<=5;i++){ cout<<i; } }