// // Created by chenlong666 on 2022/2/7. // #include <iostream> #include <cstdio> using namespace std; int daytab[2][13]={ {0,31,28,31,30,31,30,31,31,30,31,30,31}, &...