摘要: Data StructureThere're two types of variables in C#, reference type and value type.Enum:enum Color{Red=0,Green=1}//equals to enum Color{Red,//start from 0 as defaultGreen}int to enum:(Color)valArrays ... 阅读全文
posted @ 2020-05-31 21:41 Fanny123 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 题目1453. 圆形靶内的最大飞镖数量墙壁上挂着一个圆形的飞镖靶。现在请你蒙着眼睛向靶上投掷飞镖。投掷到墙上的飞镖用二维平面上的点坐标数组表示。飞镖靶的半径为 r 。请返回能够落在 任意 半径为 r 的圆形靶内或靶上的最大飞镖数。数据规模:点的个数N2*r){ return null; } double a=dist/2; doubl... 阅读全文
posted @ 2020-05-31 21:39 Fanny123 阅读(207) 评论(0) 推荐(0) 编辑