棨戟 • 13小时前
using namespace std; int main(){
int n; cin>>n; if(n%4==0||n%40==0||n%400==0){cout<<"yes";} else cout<<"no"; return 0; }
评论:
请先登录,才能进行评论