随笔分类 -  数学

摘要:相互转化 ab=a+1b1 $$ \left \lceil \frac{a}{b} \right \rceil = \left \ 阅读全文
posted @ 2023-04-24 11:12 Keith- 阅读(19) 评论(0) 推荐(0) 编辑
摘要:L 清楚姐姐的三角形I 原题链接 代码 点击查看代码 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<cmath> #include<vector> #include<queue> 阅读全文
posted @ 2023-01-31 20:32 Keith- 阅读(25) 评论(0) 推荐(0) 编辑
摘要:A 清楚姐姐学信息论 原题链接 题意 给出a,b,问当a,b的值为多少时ab>ba 思路 ab>ba blna>alnb lnaa>lnbbf(x)=lnxx $f'(x) = \frac{1-lnx} 阅读全文
posted @ 2023-01-31 18:39 Keith- 阅读(18) 评论(0) 推荐(0) 编辑
摘要:D.现在是,学术时间 (II) 原题连接 题意 1.给出一个由平面上两点(0,0),(x,y)所确定的GT目标框和一个点P(xp,yp)。请你求出在所有以P点作为其中一个顶点且边都平行于坐标轴的预测目标框中,可以使其与GT目标框取到的最大IOU为多少。 标检测任务旨在编写一个程序检测出图 阅读全文
posted @ 2023-01-18 20:04 Keith- 阅读(33) 评论(0) 推荐(0) 编辑
摘要:L.本题主要考察了运气 原题链接 题意 给出5个团体,每个团体4个人,猜出某个人的期望次数是多少? 思路 由于每个团和每个人并没有区别,因此最佳策略是先猜团后猜人 共5个团,第1次猜中的概率是0.2,第2次猜中的概率是0.2,第3次猜中的概率是0.2,第4次猜中的概率是0.4 //注意:第2次猜中的 阅读全文
posted @ 2023-01-18 17:45 Keith- 阅读(58) 评论(0) 推荐(0) 编辑
摘要:#B. Quick Sort You are given a permutation【排列】† p of length n and a positive integer kn. In one operation, you: Choose k distinct elements【不连 阅读全文
posted @ 2023-01-06 13:12 Keith- 阅读(154) 评论(0) 推荐(0) 编辑
摘要:#A. Greatest Convex You are given an integer k. Find the largest integer x, where 1x<k, such that x!+(x1)!† is a multiple of ‡ k, or deter 阅读全文
posted @ 2023-01-06 11:52 Keith- 阅读(71) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示