Run ID:128736
提交时间:2025-08-19 14:33:36
#include<iostream> using namespace std; int main(){ long long i=0; while(i<=1000){ cout<<i; i++; } return 0; }