Run ID:134054

提交时间:2025-10-25 15:39:48

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