Run ID:93572

提交时间:2024-10-18 13:12:42

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