Run ID:2761

提交时间:2024-01-22 17:42:30

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