摘要: 一、集合 集合类的分类 * (一)List 结构集合类 * ArrayList LinkedList Vector Stack * (二)Map 结构集合类 * HashMap HashTable * (三)Set 结构集合类 * HashSet TreeSet * (四)Queue 结构集合类和 阅读全文
posted @ 2019-04-15 17:09 Hunter·Zhang 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 2019.04.13 第1002题:A+B Proble Ⅱ Problem DescriptionI have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum o 阅读全文
posted @ 2019-04-15 09:53 Hunter·Zhang 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 2019.4.14 第1001题:Sum Problem Problem DescriptionHey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calcul 阅读全文
posted @ 2019-04-15 09:51 Hunter·Zhang 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 2019.04.15 第1000题:A+B Problem Problem DescriptionCalculate A + B. InputEach line will contain two integers A and B. Process to end of file.OutputFor e 阅读全文
posted @ 2019-04-15 09:47 Hunter·Zhang 阅读(128) 评论(0) 推荐(0) 编辑