24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2012-09-02 12:08:24
[UVA] 10365 - Blocks
Problem D: Blocks Donald wishes to send a gift to his new nephew, Fooey. Donald is a bit of a traditionalist, so he has chosen to send a set of N classic baby blocks. Each block is a cube, 1 inch...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-09-02 10:33:57
[記錄][2012/9/2] 轉學考結局&近況
轉學考結局, 事實上就台科大資工跟中央資工要備取我, 但出於台科大比較晚才通知我, 而且是 8/30, 我在中央都已經報到完畢了, 也聽很多人說這兩所學校差異並不大, 但如果是為了學校名氣, 讀台科大是比較好的選擇, 但都...
繼續閱讀...
回應(28)
|
推薦(0)
|
收藏(0)
|
雜言記事
2012-09-01 22:19:49
[ACM-ICPC][Asia - Daejeon] 5848 - Soju
好像跟 UVa 最鄰近點對問題一樣, 測資都不夠嚴謹, O(n*m) + cut 就可以通過了,而且速度還不差。#include <stdio.h>#include <algorithm>#include <math.h>using namespace std;typedef struct { i...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-09-01 19:04:51
[ACM-ICPC][Asia - Daejeon] 5844 - Leet
字串處理題, 窮舉映射對象, 然後 dfs 即可#include <stdio.h>#include <string.h>#include <map>#include <iostream>using namespace std;map<char, string> r;int k, sL, letL, flag...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-09-01 18:10:31
[ACM-ICPC][Asia - Daejeon] 5846 - Neon Sign
數學解, 採用排容原理對每個點, 都可以挑 2 個邊做一個角, 因此 C(n-1, 2) * n 個角,對每個點, 不可能構成的角個數是 ri * bi,但對於不可能構成單一顏色的三角形是 藍藍紅, 或者是 紅紅藍, 因此比例是 2/3,最後將剩餘...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
UVA
2012-09-01 16:07:25
[ACM-ICPC][Asia - Daejeon] 5840 - Chemical Products
窮舉兩個, 令一個直接 Greedy#include <stdio.h>int main() { int t, i, j; scanf("%d", &t); while(t--) { int a, b, c, ab, bc, ca; scanf("%d %d %d", &a, &b, &c); scanf("%d %d %d", &am...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-09-01 10:17:43
[UVA][枚舉] 487 - Boggle Blitz
Boggle Blitz In the game of Boggle, you are presented with an table of letters. The object is to find words in the mix of letters. A word may be started anywhere in the table and is constru...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-08-31 16:52:41
[UVA][DAG] 103 - Stacking Boxes
Stacking Boxes Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solvin...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-08-30 23:00:08
[PTC] 201208C RFC 1149
做一次背包, 替除, 再做一次, 持續 ...做法不保證正確, 但可通過測資#include <stdio.h>#include <iostream>#include <algorithm>using namespace std;int main() { int i, j; int t, A[50]; int ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-08-30 22:57:00
[PTC] 201208A Defect Alarms [模擬]
Problem DescriptionCompany A has several production lines. These production lines have aglobal timer for synchronization. Workers feed in raw materials into a mixermachine, and then the mixed material...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-08-30 22:51:32
[PTC] 201208D Instant Noodles [馬可夫鏈]
Problem DescriptionThe one who buys and eats a bag of instant noodles everyday is known as aheavy instant-noodle consumer. A market research organization is studyingthe market of the heavy instant-noo...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-08-30 17:34:40
[ITSA] 16th 總解答
這次題目比較麻煩是輸入問題, 剩下的其實都還好, 解答就按照題目順序#include <stdio.h>#include <stdlib.h>int main() { char s[1000], ch; int n, i; while(gets(s)) { scanf("%d", &n); while(ch...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-08-29 13:07:10
[UVA][SCC] 10731 - Test
Problem E: Test A vocational preference test, unlike an aptitude test, seeks to identify careers that the candidate might find satisfying. Based on the answers to a slew of seemingly inane multipl...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-08-28 19:19:15
[UVA][SCC、Tarjan算法] 11709 - Trust groups
Trust groups The personnel department of Association of Cookie Monsters (ACM) has noticed that the productivity of various work groups in the company is not as good as it could be. They have ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-08-28 12:24:07
[UVA][SCC、Tarjan算法] 11838 - Come and Go
Come and Go In a certain city there are N intersections connected by one-way and two-way streets. It is a modern city, and several of the streets have tunnels or overpasses. Evidently it must be ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
71
.
72
.
73
.
74
.
75
.
76
.
77
.
78
.
79
.
80
.
下一頁›
最末頁
«上十頁
第 79 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,019,750
當日人氣:
201
站內搜尋
標題
內容
標籤
本台最新標籤
Shortest Names
、
12506
、
Flooded!
、
815
、
selection algorithm
、
實做
、
NFA
、
DFA
、
編譯器
、
KD Tree
最新文章
[公告] 搬家至另一個地方
[ZJ][KD Tree] b256. E. 大風吹
[通識心得] 消費文化 (前篇)
[UVA][隨機、亂做] 10715 - Cat
[UVA][塊狀鏈表] 12634 - Pairing Boys and Girls
[UVA][模擬退火] 10228 - Star not a Tree
[POJ][(裸)笛卡爾樹] 1785 - Binary Search Heap Construction
[UVA][笛卡爾樹RMQ] 11235 - Frequent values
[JAVA] 簡易 2D 射擊遊戲(1)
[編譯器][C/C++] simple regex to NFA
最新回應
[UVA] 10701 - Pre, in and post
, (ss)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (jun88)
[UVA] 10701 - Pre, in and post
, (seo)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
熱門文章
[2013/10更新][資料結構] 誰說非遞迴河內塔不好寫的 ?(71,527)
[C/C++][實做] Selection algorithm(69,464)
[JAVA] 實作拖曳功能(62,006)
[演算法][HW3] 習題討論(44,615)
[MIPS] 輸入、輸出數字範例(37,891)
[電腦攻防][作業1] shell code(33,379)
[高等演算法][作業一] 討論(32,330)
[JAVA][作業] 簡易計算機(30,998)
[ZJ][D&C] d847 2D rank finding problem(30,020)
[記錄][2012/9/2] 轉學考結局&近況(29,873)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,805)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,515)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,702)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,592)
[C++][運算式互轉] 前序、中序、後序互轉(15,077)
[組合語言][練習] 九九乘法表(14,834)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,683)
[MIPS] 泡泡排序 Bubble Sort(14,535)
[JAVA][作業] JList 清單使用(13,708)
[資料結構][作業] 霍夫曼編碼(13,034)
Quote
「能者過勞,不能者徒勞」
訂閱本站
RSS訂閱
(
如何使用RSS
)
加入訂閱
台長抱怨文
「花蓮高中畢業」
國立中興大學 資工系 大一
國立中央大學 資工系 大二
國立中央大學 資工系 大三
[20130608]程式碼備份
[20130608]BLOG備份
morris821028 [at] gmail.com
文章分類
解題區
ZeroJudge(221)
NPSC(40)
資訊競賽(118)
UVA(1411)
其他題目(65)
解題技巧(9)
演算法(10)
各類演算法與示範題目(27)
雜言記事(74)
亂糟糟筆記(27)
[學習]Java(61)
[學習]JavaScript(17)
[學習]HTML(15)
[學習]組合語言(16)
連結書籤
Morris\' blog on Github
摸索C語言
DJWS演算法筆記
Ruby兔的ACM園地
Unfortunate狗的ACM園地
OnlineSyntaxHighlighting
UVa uHunt
PTC 競賽
CPE 考試
ITSA 競賽
更多
>>
TOP