摘要:
Maximum repetition substring Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 13195 Accepted: 4077 Description The repetition number of a st 阅读全文
posted @ 2019-10-25 15:31
rentu
阅读(156)
评论(0)
推荐(0)
摘要:
【HDU 1115】 【题目大意】求多边形的重心 【解题分析】直接推公式,cx=∑x*面积 / 总面积 ,cy对称 1 #include<cstdio> 2 #include<cmath> 3 #include<algorithm> 4 using namespace std; 5 const do 阅读全文
posted @ 2019-10-25 15:19
rentu
阅读(316)
评论(0)
推荐(0)