提交时间:2025-09-21 11:17:33

运行 ID: 351553

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