Run ID:110123
提交时间:2025-02-14 18:53:38
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }