Run ID:142261

提交时间:2026-01-03 08:36:23

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