模拟。
9
18
2015
18
2015
[Codeforces Round #Pi] One-Dimensional Battle Ships
这题我用C#叫TLE了好久,改成C++就AC了。对SortedSet的效率无语了。。
9
11
2015
11
2015
[Effective C#] Item 7: Understand the Pitfalls of GetHashCode()
这是《Effective C#》中讲的唯一一个要避免写的方法。。。
9
10
2015
10
2015
[Effective C#] Item 6: Understand the Relationships Among the Many Different Concepts of Equality
C#提供了四种判断相等性的方法: