摘要: 再遇攻击Time Limit: 1000 MS Memory Limit: 65536 KTotal Submit: 253(37 users) Total Accepted: 56(29 users) Rating: Special Judge: NoDescriptionDota中英雄技能攻击会有一个范围,现在释放一个技能给出他的攻击范围和目标英雄的位置,问是否能攻击到。攻击范围保证是一个多边型。Input有多组测试数据第一行输入1个整数n, 期中n代表攻击范围是给出的n个点组成的多边形,按照时针方向(顺或逆)依次给出,(n>=3)N = 0输入结束。第二行a,b表示目标英雄的坐标( 阅读全文
posted @ 2014-04-07 21:09 Freecode# 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Points WithinTime Limit:2 Seconds Memory Limit:65536 KBStatement of the ProblemSeveral drawing applications allow us to draw polygons and almost all o... 阅读全文
posted @ 2014-04-07 20:56 Freecode# 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 【3.2.2】 1 #include 2 using namespace std; 3 int islegal(char s[]) 4 { 5 int i,pushnum = 0,popnum = 0; 6 for(i=0;s[i];i++){ 7 switch(s... 阅读全文
posted @ 2014-04-07 20:30 Freecode# 阅读(427) 评论(0) 推荐(0) 编辑