Run ID:141579

提交时间:2025-12-27 12:25:59

#include<iostream> using manespace std; int main() { int i; for(i=1;i<=100;i++) { cout<<i<<""; } return 0; }