提交时间:2025-10-25 12:37:49

运行 ID: 357713

#include <stdio.h> int main() { int t, n; scanf("%d", &t); while (t--) { scanf("%d", &n); } return 0;