摘要: A const int N=1e5+10; const double pi=acos(-1); struct node{ int x,y; node(){x=y=0;} node(int xx,int yy){x=xx,y=yy;} bool operator==(const node&rhs)co 阅读全文
posted @ 2025-09-18 21:45 zzt1208 阅读(22) 评论(0) 推荐(0)
摘要: 太吃操作了 0 \(||x|-|y||\le |x-y|\) \(e=\lim_{n\to\infty} (1+1/n)^n=\lim_{n\to \infty}\sum_{i=0}^n 1/i!\) 1 求 \(\lim_{n\to\infty}\left(1-\frac 1n\right)^{n 阅读全文
posted @ 2025-09-18 21:01 zzt1208 阅读(16) 评论(0) 推荐(0)