Run ID:7718
提交时间:2025-05-17 10:37:02
#include <stdio.h> int main() { int t, n; scanf("%d", &t); while (t--) { scanf("%d", &n); //在这里写判断 n 是否为闰年的代码及输出结果 } return 0; }