Run ID:147893
提交时间:2026-02-09 08:21:12
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }