Run ID:122970
提交时间:2025-06-22 12:25:13
#include<iostream> using namespace std; int main() { int i; for (int i = 0; i > 0; i++) { cout << i << ""; } }