Run ID:2159

提交时间:2023-12-16 16:00:32

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