Run ID:143920

提交时间:2026-01-17 22:44:19

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