算法笔记刷题(100000578-100000580)
算法笔记刷题(100000578-100000580)文章目录算法笔记刷题(100000578-100000580)100000578100000579100000580100000578A数组13 为了取数据更方便#include<cstdio>#include <algorithm>using namespace std;bool isLeap(int year) { return (year % 4 == 0 && year % 100 !=







