Run ID:143919
提交时间:2026-01-17 22:28:59
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { } return 0; }