摘要: http://www.java2s.com/Tutorials/Java/Java_Language/Basic/Java_double_type.htm 阅读全文
posted @ 2016-07-25 12:32 Hygeia 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Note: Hide Company Tags Hide Company Ta 阅读全文
posted @ 2016-07-25 11:59 Hygeia 阅读(188) 评论(0) 推荐(0) 编辑
摘要: The API: int read4(char *buf) reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it retu 阅读全文
posted @ 2016-07-25 11:43 Hygeia 阅读(177) 评论(0) 推荐(0) 编辑
摘要: We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wron 阅读全文
posted @ 2016-07-25 11:07 Hygeia 阅读(1683) 评论(0) 推荐(0) 编辑