提交时间:2025-03-09 09:31:41

运行 ID: 312024

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