Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
80263 sh25_zhuhy 最大的矩形纸片 C++ 编译错误 0 MS 0 KB 243 2026-01-04 15:10:31

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; while (t--) { int a; cin>>a; if(a%400==0||a%4==0&&a%100!=0) t=0; else t=1; } cuot<<8; return 0; }


测评信息: