Run ID:153389
提交时间:2026-05-16 17:04:50
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }