Run ID:148832

提交时间:2026-03-01 18:53:10

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