【题目链接】click here~~
【题目大意】求多个圆与线段相交的部分占整个线段的百分比。
【解题思路】
求出符合要求的交线段,排序一遍圆心。最后求并。
代码:
#include
#define max(a,b) ((a)>(b)?(a):(b))
using namespace std;
struct node
{
double x,y,l,r;
} Map[10...
分类:
其他好文 时间:
2015-04-12 19:26:15
阅读次数:
142
【题目链接】click here~~
【题目大意】
LZM同学比较牛,Lsy最近也越来越生猛,他们思路快,代码速度神勇。近期惊闻此二人均要参加校赛,队里决定出些题目卡他们,因为他们的罢工给题目组留下了繁重的负担……(报复报复)
于是,XsugarX瞄准了LZM不太喜欢看的数学题目以及Lsy猜公式的喜好,奸笑中(^.^)。这个数学问题是个比较古老的问题,有如下图的三角形被称为杨辉三...
分类:
其他好文 时间:
2015-04-12 19:24:19
阅读次数:
135
来自BNU热身赛的一道几何题,个人感觉还行,毕竟Q神卡了7次才过去。。E. School FlowerTime Limit: 1000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:MainSubmitStat...
分类:
其他好文 时间:
2015-04-11 01:12:22
阅读次数:
308
背包密码
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name:
Main
Submit
Status
PID: 29141
背包密码系统是一种非常经典的公钥密码系统,这种密码系统加密过程如下:
...
分类:
其他好文 时间:
2015-04-08 13:19:19
阅读次数:
171
J. 鸣人的查克拉
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name: Main
Submit Status PID:
29065
《火影忍者》中,在忍者们使用忍术的时候,需要一定的查克拉(可以看成是一种体力值)。在战斗前,大家都希望...
分类:
其他好文 时间:
2015-04-07 21:42:51
阅读次数:
171
L. 斩
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name:
Main
Submit
Status
PID: 29379
在电影里面,我们经常可以看到武士们拔出刀,然后一刀斩下去,结果………………………………一张纸片被砍成...
分类:
其他好文 时间:
2015-04-07 21:42:14
阅读次数:
112
比赛链接:click here~~
A BNU ACM校队时间安排,模拟自能
手速题:
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int t;
scanf("%d", &t);
while (t--)
{
int tmp...
分类:
其他好文 时间:
2015-04-06 23:16:37
阅读次数:
197
A - Bi-shoe and Phi-shoe
Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu
Submit Status
Description
Bamboo Pole-vault is a massively popular sport in Xz...
分类:
其他好文 时间:
2015-03-09 17:36:52
阅读次数:
595
修路
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld
Java class name: Main
Prev
Submit Status Statistics Discuss
Next
Type:
None
...
分类:
其他好文 时间:
2015-02-12 10:52:59
阅读次数:
247