1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
Java解决方案
挑战性
圭
问题
8
8
6
8
6
8
7
从世纪开始
第一世纪的跨度是从1年到100年(包括100年),第二个世纪是从101年到200年(包括200年),依此类推。给定年份,返回它所在的世纪。
public class Solution {
public static int century ( int number ) {
// Your solution
}
}
解决方案public class Solution {
public static