Run ID:140635
提交时间:2025-12-18 19:12:01
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }