Run ID:153378

提交时间:2026-05-16 15:53:18

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