24h購物| | PChome| 登入
2014-04-18 22:56:27
2012-07-09 20:32:02

[UVA][Java] 10669 - Three powers


Problem B: Three powers Consider the set of all non-negative integer powers of 3. S = { 1, 3, 9, 27, 81, ... } Consider the sequence of all subsets of S ordered by the value of t...

2012-07-09 20:13:01

[UVA][Java] 10494 - If We Were a Child Again


Problem C If We Were a Child Again Input: standard input Output: standard output Time Limit: 7 seconds “Oooooooooooooooh! If I could do the easy mathematics like my s...

2012-07-09 20:05:41

[UVA][Java] 10198 - Counting

Problem E: Counting The Problem Gustavo knows how to count, but he is now learning how write numbers. As he is a very good student, he already learned 1, 2, 3 and 4. But he didn't realize ...

2012-07-09 19:52:37

[UVA] 1226 - Numerical surprises

We suspect that for every positive integer N there exists an integer of the form 11...10...0 (a sequence of 1's followed by 0 or more 0's) that is divisible by N . For example, with N = 3 , 11...

2012-07-09 14:28:56

[UVA][樹形DP] 10459 - The Tree Root


Problem G The Tree Root Input: standard input Output: standard output Time Limit: 4 seconds Tree is an important data structure. Searching is a basic operation in any data structure...

2012-07-06 09:07:02

[UVA][JAVA] 485 - Pascal's Triangle of Death

Pascal's Triangle of Death In this problem, you are asked to generate Pascal's Triangle. Pascal's Triangle is useful in many areas from probability to polynomials to programming contests. It is a ...

2012-07-06 08:50:04

[UVA] 478 - Points in Figures: Rectangles ...


Points in Figures: Rectangles, Circles, and Triangles Given a list of figures (rectangles, circles, and triangles) and a list of points in the x-y plane, determine for each point which figures (if ...

2012-07-06 08:22:58

[UVA] 442 - Matrix Chain Multiplication


Matrix Chain Multiplication Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplicatio...

2012-07-04 21:02:03

[UVA][map&set混用] 11239 - Open Source


Problem A: Open Source At an open-source fair held at a major university, leaders of open-source projects put sign-up sheets on the wall, with the project name at the top in capital letters for ide...

2012-07-04 20:56:44

[JAVA][Eclipse] Diamond Dash 外掛

Demo 影片 http://www.youtube.com/watch?v=5Tjwk8dfXMU Learn from http://annimon119.blogspot.tw/2011/09/blog-post.html此次學習重點 :1. Robot 的操作2. 由於要判定圖形是否相同, 加入容錯處理, 為解決速度上...

2012-07-03 19:49:54

[UVA] 400 - Unix ls


Unix ls The computer company you work for is introducing a brand new computer line and is developing a new Unix-like operating system to be introduced along with the new computer. Your assignm...

2012-07-01 21:40:28

[C/C++] Text Animation

Demo影片: http://youtu.be/0XqR-6YEICU一時興起打的 CODE#include <stdio.h>#include <string.h>#include <windows.h>HANDLE hIn, hOut;void gotoxy (int x, int y) { static COORD c; c.X = y; ...

2012-07-01 21:29:06

[轉學考][英文] 考古題參考答案

以下皆為 PTT 擷取下來的, 不負責任,還是建議去 PTT 上面看, 只是去讀書的地方不給連 telnet, 只好貼出來了台聯大英文100 年度1-5 bcbca6-10 cbaaa11-15 bcdcd16-20 acdbb21-25 dbadc26-30 cabdc99 年度1-5 BBAAD 6-...

2012-07-01 17:07:26

[UVA] 706 - LC Display


LC-Display A friend of you has just bought a new computer. Until now, the most powerful computer he ever used has been a pocket calculator. Now, looking at his new computer, he is a bit disap...

2012-06-30 20:49:43

[UVA] 12027 - Very Big Perfect Squares

I - Very Big Perfect Squares Background An integer, n, is called a perfect square if there is another integer, m, such that n = m x m. Examples of perfect squares are 1, 4, 9, 16, 25,...

第一頁      ‹上一頁       81 .  82 .  83 .  84 .  85 .  86 .  87 .  88 .  89 .  90 .      下一頁›      最末頁
«上十頁      第 84 / 142 頁 , 共 2116 筆       下十頁»      
TOP