Run ID:136032

提交时间:2025-11-08 21:09:45

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