Run ID:108261
提交时间:2025-01-20 08:47:47
#include<iostream> using namespace std; int main(){ int y; cin>>y; cout<<"not leap year"; return 0; }