Run ID:124425

提交时间:2025-07-11 14:54:27

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