Run ID:90607

提交时间:2024-09-16 09:36:17

#include<iostream> using namespace std; void qww(int x,int y){ for(i=x;i<=y;i++){ if(i%4==0&&i%100!=0||i%400==0) s++; } cout<<s; int main(){ int x,y,s,i; cin>>x >>y; qww(); return 0; }