Run ID:153376
提交时间:2026-05-16 15:52:40
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }