标签:code clu name iostream amp ref pid 基础 cin
#include<iostream>
using namespace std;
int main(){
int y;
cin>>y;
if((y%400==0)||(y%4==0&&y%100!=0))
cout<<"yes"<<endl;
else
cout<<"no"<<endl;
return 0;
}
标签:code clu name iostream amp ref pid 基础 cin
原文地址:https://www.cnblogs.com/A-Little-Nut/p/10329706.html