#include <iostream> using namespace std; int a[1000000]; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int tmp, n = 500000; for(int i = 1; i <= n; ++i) cin >> a[i]; for(int i = 1; i <= n; ++i) cout << a[i] << '\n'; return 0; }
Judge Duck Online | 评测鸭在线 Server Time: 2026-03-27 19:36:15 | Loaded in 1 ms | Server Status 个人娱乐项目,仅供学习交流使用 | 捐赠