Run ID:3285

提交时间:2024-05-04 17:28:49

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