提交时间:2025-09-10 17:12:08

运行 ID: 67304

#include <iostream> using namespace std; int main() { int n; while (cin >> n) { } return 0; }