提交时间:2025-07-30 20:20:52
运行 ID: 336792
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }