Run ID:157422
提交时间:2026-07-23 20:00:24
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }