提交时间:2025-10-05 21:10:46
运行 ID: 68490
#include <iostream> using namespace std; int main() { int n; while (cin >> n) return 0; }