目前分類:UVa Online Judge (14)

瀏覽方式: 標題列表 簡短摘要

1 // 1 test case

7 10 4   // row    column   number of pairs

awesq123 發表在 痞客邦 留言(0) 人氣()

Give you number 'N'.

Print the sum of

awesq123 發表在 痞客邦 留言(0) 人氣()

Give you a number then you should to test whether it is a multiple of 9.

e.g.

awesq123 發表在 痞客邦 留言(0) 人氣()

--------
package uva10190;

awesq123 發表在 痞客邦 留言(0) 人氣()

Give you two binary string.

If the greatest common devisor is greater than 1 then print "Pair #1: All you need is love!" (1 stands for index of cases).

awesq123 發表在 痞客邦 留言(0) 人氣()

2   // 2 test cases

14  // 14 days

awesq123 發表在 痞客邦 留言(0) 人氣()

1. Uses the hashmap to map the character to its ink cost.

2. Store the ink cost for all bases of a certain number in array list.

awesq123 發表在 痞客邦 留言(0) 人氣()

Give you a decimal number.

Calculate how many '1' in its binary string.

awesq123 發表在 痞客邦 留言(0) 人氣()

給你一數字

e.g. 265

awesq123 發表在 痞客邦 留言(0) 人氣()

費氏數列

Fib(0) = 0

awesq123 發表在 痞客邦 留言(0) 人氣()

sample input

0 0

awesq123 發表在 痞客邦 留言(0) 人氣()

給你一串數列,兩兩之和不可重複

4   // 數字數量

awesq123 發表在 痞客邦 留言(0) 人氣()

給你a, b,找出a,  b之間(inclusive)的完全平方數有幾個。

--------

awesq123 發表在 痞客邦 留言(0) 人氣()

還是菜鳥,有什麼錯請指教

/**************************************************************/

文章標籤

awesq123 發表在 痞客邦 留言(0) 人氣()