摘要:
"闰年判断" cpp include using namespace std; int main(){ int y; cin y; if((y%400==0)||(y%4==0&&y%100!=0)) cout 阅读全文
posted @ 2019-01-28 12:32
A-Little-Nut
阅读(208)
评论(0)
推荐(0)
摘要:
"01字串" cpp include include using namespace std; int main(){ for(int i=0; i(i) 阅读全文
posted @ 2019-01-28 12:30
A-Little-Nut
阅读(128)
评论(0)
推荐(0)