Run ID:144763
提交时间:2026-01-24 18:26:48
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }