返回顶部
摘要: 快读 inline int read() { int x=0,f=1;char ch=getchar_unlocked(); for(;ch<'0'||ch>'9';ch=getchar_unlocked())if(ch=='-')f=-1; for(;ch>='0'&&ch<='9';ch=get 阅读全文
posted @ 2024-08-13 16:09 wlesq 阅读(46) 评论(2) 推荐(1)
摘要: 官方网站 还在学\(OI\)的可以关闭了,给\(whk\)的同学看的 你可能需要了解一些\(LaTeX\),以及数学知识 下标_如\(a_1\),上标^,如\(a^b\) 功能举例 具体教程(其实没啥用,官网给的很详细) 试用案例 ✍️ 用 Desmos 3D 制作正方体,相关命令记录; 法1:在输 阅读全文
posted @ 2025-01-25 22:20 wlesq 阅读(342) 评论(0) 推荐(5)
该文被密码保护。 阅读全文
posted @ 2024-11-18 16:11 wlesq 阅读(2) 评论(0) 推荐(2)
该文被密码保护。 阅读全文
posted @ 2024-11-09 21:30 wlesq 阅读(2) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2024-10-21 15:33 wlesq 阅读(1) 评论(0) 推荐(2)
摘要: 题面 首先,这些题目的题意就不太好理解 A 利用三个中点,暴力就是暴力算斜率暴力算交点 圆周率别再写错了const double Pi=acos(-1); 点击查看代码 #include <bits/stdc++.h> #define speed() ios::sync_with_stdio(fal 阅读全文
posted @ 2024-10-18 21:24 wlesq 阅读(30) 评论(0) 推荐(2)
该文被密码保护。 阅读全文
posted @ 2024-10-17 12:00 wlesq 阅读(2) 评论(0) 推荐(0)
摘要: A 题面 注意如果\(x_a==x_b\)或\(y_a==y_b\)另外一对坐标必须相邻 点击查看代码 #include <bits/stdc++.h> #define speed() ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); #defi 阅读全文
posted @ 2024-10-14 16:30 wlesq 阅读(74) 评论(4) 推荐(4)
该文被密码保护。 阅读全文
posted @ 2024-10-13 08:30 wlesq 阅读(3) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2024-10-10 17:31 wlesq 阅读(9) 评论(5) 推荐(2)
该文被密码保护。 阅读全文
posted @ 2024-09-29 06:51 wlesq 阅读(7) 评论(0) 推荐(0)