RT
#include <iostream> int main(void) { int y; std::cin>>y; std::cout<<((!(y%4))&&(y%100))||(!(y%400)); return 0; }
错误记录