Run ID:132382

提交时间:2025-10-08 09:38:51

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