Run ID:7720

提交时间:2025-05-17 10:37:57

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