摘要: 给出三维空间上的四个点(点与点的位置均不相同),判断这4个点是否在同一个平面内(4点共线也算共面)。如果共面,输出"Yes",否则输出"No"。 Input Output Input示例 Output示例 阅读全文
posted @ 2017-07-28 11:38 starry_sky 阅读(214) 评论(0) 推荐(0) 编辑
摘要: Problem Description On a two-dimensional plane, give you n integer points. Your task is to figure out how many different regular polygon these points 阅读全文
posted @ 2017-07-28 10:07 starry_sky 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 两个人的分数分别是x和y,总分是n,给定每个人的答案,求是否有说谎。 阅读全文
posted @ 2017-07-28 09:36 starry_sky 阅读(185) 评论(0) 推荐(0) 编辑