提交时间:2024-01-30 17:52:34

运行 ID: 39089

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