码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
HDOJ 1170 Balloon Comes!
【题意】:输入一个符号(加减乘除) 后边跟上两个操作数。输出结果,如果不是整数,保留两位小数。注意:The result should be rounded to 2 decimal places If and only if it is not an integer.需要判断是不是整数,不是全部保留两位小数。 可以对整个字符串分割,或者采用一个char加两个int的输入。 【AC代码】: ...
分类:其他好文   时间:2015-02-22 12:17:16    阅读次数:169
sin miss the mark
Guilt should only be a call to action.When we see that we "missed the mark"(the meaning of sin in the original biblical Greek) we only need to correct...
分类:其他好文   时间:2015-02-20 20:52:13    阅读次数:165
HDU5171 GTY's birthday gift(矩阵快速幂)
Problem Description FFZ's birthday is coming. GTY wants to give a gift to ZZF. He asked his gay friends what he should give to ZZF. One of them said, 'Nothing is more interesting than a number multis...
分类:其他好文   时间:2015-02-19 18:43:02    阅读次数:219
leetcode 95. Unique Binary Search Trees II
Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 uni...
分类:其他好文   时间:2015-02-19 17:28:16    阅读次数:140
Scrum教练不应兼任product owner
ScrumMasters Should Not Also Be Product Owners(中文翻译) December 2, 2014 by Mike Cohn 翻译:2015.2.18 by ouyida3
分类:其他好文   时间:2015-02-18 16:23:15    阅读次数:156
[LeetCode]LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key i...
分类:系统相关   时间:2015-02-17 09:13:46    阅读次数:191
LeetCode Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k then left-out nodes in the end should remain as it is...
分类:其他好文   时间:2015-02-16 22:12:33    阅读次数:157
Leetcode 172 Factorial Trailing Zeroes
Given an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.Credits:Special thanks to@tsf...
分类:其他好文   时间:2015-02-16 06:48:23    阅读次数:124
to refactor for refactor
v1.1 if all algorithm are in one function, it will expand. so each operate type should be separated.question: if add scientificoperation.cpp:#include ...
分类:其他好文   时间:2015-02-15 20:31:18    阅读次数:183
LeetCode Regular Expression Matching
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire input string...
分类:其他好文   时间:2015-02-15 15:12:47    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!