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