Run ID:148058
提交时间:2026-02-09 16:13:57
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }