Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
師大資工系ACM-ICPC讀書會:零、比賽介紹、解題系統介紹
Search
Maplewing
October 14, 2013
Programming
0
180
師大資工系ACM-ICPC讀書會:零、比賽介紹、解題系統介紹
Maplewing
October 14, 2013
Tweet
Share
More Decks by Maplewing
See All by Maplewing
師大資工系ACM-ICPC讀書會:肆、鏈結串列與二元樹
sinmaplewing
0
110
資訊實務應用讀書會 第七堂課:jQuery
sinmaplewing
0
1.9k
師大資工系ACM-ICPC讀書會:參、堆疊與佇列
sinmaplewing
0
190
師大資工系ACM-ICPC讀書會:貳、排序搜尋與數學基礎
sinmaplewing
0
160
資訊實務應用讀書會 第六堂課:Basic CSS
sinmaplewing
0
1.6k
師大資工系ACM-ICPC讀書會:壹、字串處理與大數運算
sinmaplewing
0
120
資訊實務應用讀書會 第四堂課(支線):Linux
sinmaplewing
0
1.7k
資訊實務應用讀書會 第一堂課:Basic HTML
sinmaplewing
1
2k
Other Decks in Programming
See All in Programming
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
890
Introduction to kotlinx.rpc
arawn
0
750
Domain-Driven Transformation
hschwentner
2
1.9k
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
150
ARA Ansible for the teams
kksat
0
170
Unity Android XR入門
sakutama_11
0
170
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
280
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
6
2.2k
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
130
Open source software: how to live long and go far
gaelvaroquaux
0
650
昭和の職場からアジャイルの世界へ
kumagoro95
1
410
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
750
Featured
See All Featured
Side Projects
sachag
452
42k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Docker and Python
trallard
44
3.3k
Rails Girls Zürich Keynote
gr2m
94
13k
How GitHub (no longer) Works
holman
314
140k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
It's Worth the Effort
3n
184
28k
Raft: Consensus for Rubyists
vanstee
137
6.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Transcript
ACM-ICPC讀書會 零:比賽介紹、解題系統介紹 資工系103級 灆洢
Outline • 相關比賽介紹 • 讀書會用書 • Uva Online Judge 介紹
• 舊寒訓資料
ACM? ICPC? NCPC? • ACM = Association of Computing Machinery(計算機協會)(美國)
• ICPC = International Collegiate Programming Contest(國際大專電 腦設計競賽) • NCPC = National Collegiate Programming Contest(全國大專電腦軟 體設計競賽)
比賽守則 • 三人一組,組隊報名參加 • 給予題目,將之解決後,送Code上審核系統 • 在指定時間內解完最多題者獲得優勝
NCPC • 大家趕快報名唷!!!! • 102年 9 月 16 日至 10
月 11 日止 • 比賽時間於: • 程式設計組:102年10月19日(星期六) • 應用軟體設計組:102年10月20日(星期日)
讀書會用書
UVa Online Judge • 對於比賽迷惘的人,可 以先使用OJ來練習解題 實力。 • UVa 大概是目前全世界
最大的解題網站。
UVa 解題須知 • 流程:寫完程式碼->上傳->可直接確認結果 • 可能得到的結果: • Accepted(AC) 接受(通過) •
Wrong Answer(WA) 答案錯誤 • Presentation Error(PE) 格式錯誤 • Time Limit Exceeded (TLE) 超過時間 • Memory Limit Exceeded (MLE) 超過記憶體上限 • Compilation Error (CE) 建置錯誤 • Runtime Error (RE) 執行錯誤 • Restricted Function (RF) 使用禁止函式
舊寒訓資料 • http://knightzone.org/wintercamp • 讓我們跳轉到I/O來介紹吧!
None
系上程式能力檢定 • 今日報名截止,請各位也趕快加緊報名!! • http://www.csie.ntnu.edu.tw/51_cpe/cpe_signup.php • 或者你要幫忙李安偉報名也可以
謝謝聆聽