随笔分类 - 几何
摘要:E. Polish Fortress time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output E. Polish Fortress time limit pe
阅读全文
摘要:Intersection Time Limit: 4000/4000 MS (Java/Others) Memory Limit: 512000/512000 K (Java/Others) Problem Description Matt is a big fan of logo design.
阅读全文
摘要:Shape of HDU Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description 话说上回讲到海东集团推选老总的事情,最终的结果是XHD以微弱优势当选,从
阅读全文
摘要:改革春风吹满地 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description “ 改革春风吹满地,不会AC没关系;实在不行回老家,还有一亩三分地。谢谢!(乐队奏
阅读全文
摘要:Lifting the Stone Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description There are many secret openings
阅读全文
摘要:%%%% orz 邝斌的计算几何模板: void change(double &x0,double &y0,double a,double b,double p)//x0,y0绕a,b旋转P度{ double x = a + (x0 - a) * cos(p) - (y0 - b) * sin(p)
阅读全文