提交时间:2024-01-08 20:02:51

运行 ID: 36150

#include(bits/stdc++.h) using namespace std; int main { for(int i=1;i<=100;i++) { i+=i; } return 0; }