上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 36 下一页
该文被密码保护。 阅读全文
posted @ 2020-08-24 17:53 swsyya 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Liaoning Ship’s Voyage 题意:在一个\(n*n\)的区域内,"."可以走,"#"不可以走,同时给定三个点,这三个点围成的三角形区域也是不可以走的。船的起始位置在(0,0)处(左下角),终点在(n-1,n-1)(右上角),问小船从起始位置到终点所要花费的最小时间。 题解:对每个点 阅读全文
posted @ 2020-08-23 19:06 swsyya 阅读(169) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-23 17:09 swsyya 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-22 22:33 swsyya 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Automatic Control Machine 题解:\(bitset\)应用二进制枚举 AC_Code: 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <bitset> 5 #include <s 阅读全文
posted @ 2020-08-19 20:29 swsyya 阅读(200) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-19 17:44 swsyya 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Largest Triangle 题意:在二维坐标中给出\(n\)个点,在这些点中挑\(3\)个点能组成的面积最大的三角形的面积 AC_Code: 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <str 阅读全文
posted @ 2020-08-19 12:11 swsyya 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Beauty Contest 题意:求凸包上最大点对的距离 AC_Code: 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <string> 5 #include <algorithm> 6 #incl 阅读全文
posted @ 2020-08-19 11:36 swsyya 阅读(149) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-18 20:05 swsyya 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 题目: 处女座想出去比赛,但是又不知道学校能不能给到足够的经费。然而处女座是大众粉丝,有着很好的人缘,于是他找了一个在学校管经费的地方勤工俭学偷来了一份报销标准。 由于处女座是万人迷,所以他在中间途径的每一条线路上都会发生一些故事,也许是粉丝给他发了一个200元的微信红包,也许是和他的迷妹一起吃饭花 阅读全文
posted @ 2020-08-17 18:08 swsyya 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 36 下一页

回到顶部