Run ID:121918

提交时间:2025-06-12 10:54:19

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