Run ID:6170

提交时间:2025-01-11 09:39:06

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