Chef and The Right TrianglesThe Chef is given a list ofN triangles. Each triangle is identfied by the coordinates of its three corners in the 2-D cart...
分类:
其他好文 时间:
2014-07-14 00:51:29
阅读次数:
198
1、自定义类 public class MyClass { public string Name {
get; set; } public int Corners { get; set; } }2、查询数据并转换 var config = new M...
分类:
其他好文 时间:
2014-05-14 02:21:23
阅读次数:
253
Chef and The Right Triangles
The Chef is given a list of N triangles. Each triangle is identfied by the coordinates of its three corners in the 2-D cartesian plane. His job is to figure out how m...
分类:
其他好文 时间:
2014-05-07 16:28:35
阅读次数:
314