Run ID:139584
提交时间:2025-12-08 16:20:37
#include <stdio.h> int main() { int t, n; scanf("%d", &t); while (t--) { scanf("%d", &n); } return 0; }