安装插件
pnpm add chinese-lunar-calendar引入阳历/阴历切换函数
import {getLunar} from chinese-lunar-calendarexport function lunarDate(pDate){const year pDate.getFullYear()const month pDate.getMonth() 1const day pDate.getDate()const result getLunar(yea…
P1090 [NOIP2004 提高组] 合并果子 / [USACO06NOV] Fence Repair G - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 说最大不超过.不用高精度,好说 #include <bits/stdc.h>
using namespace std;
int n,n2,a;
long long a1[10004],a2[10004],sum;
int main()
{ios::sync_…