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