diff --git a/posts/e21e6335.html b/posts/e21e6335.html
new file mode 100644
index 0000000..48356d7
--- /dev/null
+++ b/posts/e21e6335.html
@@ -0,0 +1,735 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20241019 - Fulereneee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 本文最后更新于 2024年10月19日 晚上
+
+
+
+
+
+
+
+
校赛总结 成绩 银牌,做出了 A,B,D,G,J
+
A Boosting 签到题。
+
B Burning 题意描述:你有许多绳子, 1.不均匀 2.随时可以熄灭 ,能烧1h。 给定时间(hh:mm:ss),请问是否可以烧出。
+
题解: 取两根绳子,A烧一头,B烧两头,当B烧完时熄灭A,可得到一根可以烧出15min的绳子C(两头烧)。最短时间为225s。据此判断即可。
+
C Calendar 大模拟,感觉没啥能说的
+
D Card 水题,直接算即可
+
E Chatgpt 题意描述:给定三个操作:
+
+注:所有的“显示字符串”意思均为显示 $\Sigma^{|S|}_{y=1}S_iB^i mod 2^64, B=131$ 哈希后的字符串异或和
+
+
+添加一段新问答:1 Q A,显示Q与A
+选择一个回答,添加一段问答:2. Q’ A’,显示所有已知问答
+选择一个提问(Q),修改,给出新的回答,附在Q的上一条问答后
+
+
可持久化数据结构的考察,可以用链表,没有写。
+
F Discrete 题意:给定$m$,求$1~(m-1)^2$ 中有多少个数 $n$满足$n\equiv b (\mod m)$
+
不会QwQ
+
G DNS 水题,map+vector
随便写
+
题意: 给定$n*n$矩阵,求从第一列到第最后一列,点权和恰好为$t$的路径
+
解法:双边搜索+bitset建桶。
+
好久不做题,想到了没敢写。该打。
+
I Teleport 题意:给定n个坐标,要有n次$(0,0)->(x_i,y_i)->(0,0)$,但拥有传送门,1s送到距所在位置切比雪夫距离在$[l,r]$ 的点,$r\leq k$。最小化 $r-l+1$
+
没有做,考场上没有看。
+
J Three Body 题意:求三个圆都覆盖到的面积
+
解法:计算几何板子
+
K Tree 题意:给定n组数据:fa l。fa为父亲的下标,l为长度。在第$i$行第$m$层(父节点及祖宗节点个数)长度为$l$的节点花费为$i*(m+l)$
+
做法:大概就是存长度和层数排序
+
L Tube 没看懂
+
M No Left Turn 一道神奇的图论,没看懂
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
20241019
+
http://example.com/posts/e21e6335.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20241017
+ 下一篇
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 博客在允许 JavaScript 运行的环境下浏览效果更佳
+
+
+
diff --git a/search.json b/search.json
index f802e99..510af3d 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"title":"20240922","url":"/posts/41036.html","content":"回归辣 昨日总结 给昨天先做一下总结
\n\n骑车到达尖岭沙滩,闻到了海的味道,舒服。 \n重建了博客,今后要多写多总结 \n复建CF,但是发现自己好菜啊。 另: 不开long long
见祖宗 \n早上看了看丘维声的高等代数。这才是好的大学老师的模样啊! \n \n大概就是这些了,今日事件晚上再更新。
\n下面是一些图片:
\n
\n"},{"title":"20240923","url":"/posts/24717.html","content":"小总结 开局首绷:答案字符串不写换行,属于是一点竞赛记忆都不剩了。
\n不过正好,从头学起,把之前拉下的全补牢。
\n然后学习一下牛顿迭代,挺好写,爱写。
\n代码如下:
\ndouble f (double x) double df (double x) double newtonIterate (double eps=1e-7 ,int maxIt) { double curr = 1.0 ; for (int i = 1 ;i<=maxIt;++i) { double fx = f (curr); if (abs (fx)<eps) return curr; double dfx=df (curr) if (dfx==0 ) return -1 ; curr-=fx/dfx; } return -1 ; }
\n\n\n基本思想: \n不断做切线,其与x轴相交的点x1一定比原来的点x0离零点更近,故可以不断逼近,得到所需精度的答案。 \n \n","tags":["日志"]},{"title":"20240926","url":"/posts/25421.html","content":"总结 今天到19:47只写了三道题,小问题属于是一点敏感度都没有。
\n先是一道贪心因为神奇的原因没做出来。
\n然后是优先队列可能多次取都没注意到。
\n服了。
\n但是上午还是把多项式理论往后推进了一些,该整整数学分析了。
\n","tags":["总结"]},{"title":"20241017","url":"/posts/44381.html","content":"Deutsch 学习了第四格的人称代词:
\n\n\n\n第一格 \n物主代词 \n第四格 \n \n \n\nich \nmein \nmich \n \n\ndu \ndein \ndich \n \n\ner \nsein \nihn \n \n\nsie \nihr \nsie \n \n\nes \nsein \nes \n \n\nwir \nunser \nuns \n \n\nihr \neuer \neuch \n \n\nsie \nsein \nsie \n \n\nSie \nIhr \nSie \n \n\nwer \nwessen \nwen \n \n
\nProgramming 详见 关于字符串读取的问题
\nFeeling 最近头又有点晕,不会高血压了吧😢。
\n要打印ACM的板子 了,200多页,好贵
\n","tags":["Journal"]},{"title":"Hello World","url":"/posts/16107.html","content":"Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub .
\nQuick Start Create a new post \n\nMore info: Writing
\nRun server \n\nMore info: Server
\nGenerate static files \n\nMore info: Generating
\nDeploy to remote sites \n\nMore info: Deployment
\n"},{"title":"note-weblab-w0","url":"/posts/16111.html","content":"总结 \nflex
中,默认使用行排布
\n \nflex-grow
控制单元大小
\n \n清除计时器需要给 setInterval
一个名字(let sth = setInterval(func,time)
)
\n \n \n10.10 扩展不定数量多个元素时,可以使用 map() 进行。
\n\nParentheses ()
: Used for arrow functions. Implicit return statement if there’s only one expression. \nCurly Braces {}
: Used for regular function declarations. Explicit return
statement needed. \n \n","tags":["前端"]},{"title":"tmp","url":"/posts/28269.html","content":"搞不懂 啦啦啦
\n"},{"title":"杂题小点","url":"/posts/39095.html","content":"关于字符串读取的问题 getline(std::cin,str) 读取到缓冲区'\\n'
前的字符串。故在 std::cin>>n>>m
这样的代码后,第一次读到的会是空串。因此需要有
\nwhile (str=="" ) getline (std::cin,str);
\n\n这样的代码
\n","tags":["ACM","OI"]}]
\ No newline at end of file
+[{"title":"20240922","url":"/posts/41036.html","content":"回归辣 昨日总结 给昨天先做一下总结
\n\n骑车到达尖岭沙滩,闻到了海的味道,舒服。 \n重建了博客,今后要多写多总结 \n复建CF,但是发现自己好菜啊。 另: 不开long long
见祖宗 \n早上看了看丘维声的高等代数。这才是好的大学老师的模样啊! \n \n大概就是这些了,今日事件晚上再更新。
\n下面是一些图片:
\n
\n"},{"title":"20240923","url":"/posts/24717.html","content":"小总结 开局首绷:答案字符串不写换行,属于是一点竞赛记忆都不剩了。
\n不过正好,从头学起,把之前拉下的全补牢。
\n然后学习一下牛顿迭代,挺好写,爱写。
\n代码如下:
\ndouble f (double x) double df (double x) double newtonIterate (double eps=1e-7 ,int maxIt) { double curr = 1.0 ; for (int i = 1 ;i<=maxIt;++i) { double fx = f (curr); if (abs (fx)<eps) return curr; double dfx=df (curr) if (dfx==0 ) return -1 ; curr-=fx/dfx; } return -1 ; }
\n\n\n基本思想: \n不断做切线,其与x轴相交的点x1一定比原来的点x0离零点更近,故可以不断逼近,得到所需精度的答案。 \n \n","tags":["日志"]},{"title":"20240926","url":"/posts/25421.html","content":"总结 今天到19:47只写了三道题,小问题属于是一点敏感度都没有。
\n先是一道贪心因为神奇的原因没做出来。
\n然后是优先队列可能多次取都没注意到。
\n服了。
\n但是上午还是把多项式理论往后推进了一些,该整整数学分析了。
\n","tags":["总结"]},{"title":"20241017","url":"/posts/44381.html","content":"Deutsch 学习了第四格的人称代词:
\n\n\n\n第一格 \n物主代词 \n第四格 \n \n \n\nich \nmein \nmich \n \n\ndu \ndein \ndich \n \n\ner \nsein \nihn \n \n\nsie \nihr \nsie \n \n\nes \nsein \nes \n \n\nwir \nunser \nuns \n \n\nihr \neuer \neuch \n \n\nsie \nsein \nsie \n \n\nSie \nIhr \nSie \n \n\nwer \nwessen \nwen \n \n
\nProgramming 详见 关于字符串读取的问题
\nFeeling 最近头又有点晕,不会高血压了吧😢。
\n要打印ACM的板子 了,200多页,好贵
\n","tags":["Journal"]},{"title":"20241019","url":"/posts/e21e6335.html","content":"校赛总结 成绩 银牌,做出了 A,B,D,G,J
\nA Boosting 签到题。
\nB Burning 题意描述:你有许多绳子, 1.不均匀 2.随时可以熄灭 ,能烧1h。 给定时间(hh:mm:ss),请问是否可以烧出。
\n题解: 取两根绳子,A烧一头,B烧两头,当B烧完时熄灭A,可得到一根可以烧出15min的绳子C(两头烧)。最短时间为225s。据此判断即可。
\nC Calendar 大模拟,感觉没啥能说的
\nD Card 水题,直接算即可
\nE Chatgpt 题意描述:给定三个操作:
\n\n注:所有的“显示字符串”意思均为显示 $\\Sigma^{|S|}_{y=1}S_iB^i mod 2^64, B=131$ 哈希后的字符串异或和 \n \n\n添加一段新问答:1 Q A,显示Q与A \n选择一个回答,添加一段问答:2. Q’ A’,显示所有已知问答 \n选择一个提问(Q),修改,给出新的回答,附在Q的上一条问答后 \n \n可持久化数据结构的考察,可以用链表,没有写。
\nF Discrete 题意:给定$m$,求$1~(m-1)^2$ 中有多少个数 $n$满足$n\\equiv b (\\mod m)$
\n不会QwQ
\nG DNS 水题,map+vector
随便写
\n题意: 给定$n*n$矩阵,求从第一列到第最后一列,点权和恰好为$t$的路径
\n解法:双边搜索+bitset建桶。
\n好久不做题,想到了没敢写。该打。
\nI Teleport 题意:给定n个坐标,要有n次$(0,0)->(x_i,y_i)->(0,0)$,但拥有传送门,1s送到距所在位置切比雪夫距离在$[l,r]$ 的点,$r\\leq k$。最小化 $r-l+1$
\n没有做,考场上没有看。
\nJ Three Body 题意:求三个圆都覆盖到的面积
\n解法:计算几何板子
\nK Tree 题意:给定n组数据:fa l。fa为父亲的下标,l为长度。在第$i$行第$m$层(父节点及祖宗节点个数)长度为$l$的节点花费为$i*(m+l)$
\n做法:大概就是存长度和层数排序
\nL Tube 没看懂
\nM No Left Turn 一道神奇的图论,没看懂
\n"},{"title":"Hello World","url":"/posts/16107.html","content":"Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub .
\nQuick Start Create a new post \n\nMore info: Writing
\nRun server \n\nMore info: Server
\nGenerate static files \n\nMore info: Generating
\nDeploy to remote sites \n\nMore info: Deployment
\n"},{"title":"note-weblab-w0","url":"/posts/16111.html","content":"总结 \nflex
中,默认使用行排布
\n \nflex-grow
控制单元大小
\n \n清除计时器需要给 setInterval
一个名字(let sth = setInterval(func,time)
)
\n \n \n10.10 扩展不定数量多个元素时,可以使用 map() 进行。
\n\nParentheses ()
: Used for arrow functions. Implicit return statement if there’s only one expression. \nCurly Braces {}
: Used for regular function declarations. Explicit return
statement needed. \n \n","tags":["前端"]},{"title":"tmp","url":"/posts/28269.html","content":"搞不懂 啦啦啦
\n"},{"title":"杂题小点","url":"/posts/39095.html","content":"关于字符串读取的问题 getline(std::cin,str) 读取到缓冲区'\\n'
前的字符串。故在 std::cin>>n>>m
这样的代码后,第一次读到的会是空串。因此需要有
\nwhile (str=="" ) getline (std::cin,str);
\n\n这样的代码
\n","tags":["ACM","OI"]}]
\ No newline at end of file