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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Maplewing
October 14, 2013
Programming
0
220
師大資工系ACM-ICPC讀書會:零、比賽介紹、解題系統介紹
Maplewing
October 14, 2013
Tweet
Share
More Decks by Maplewing
See All by Maplewing
師大資工系ACM-ICPC讀書會:肆、鏈結串列與二元樹
sinmaplewing
0
150
資訊實務應用讀書會 第七堂課:jQuery
sinmaplewing
0
2k
師大資工系ACM-ICPC讀書會:參、堆疊與佇列
sinmaplewing
0
230
師大資工系ACM-ICPC讀書會:貳、排序搜尋與數學基礎
sinmaplewing
0
200
資訊實務應用讀書會 第六堂課:Basic CSS
sinmaplewing
0
1.7k
師大資工系ACM-ICPC讀書會:壹、字串處理與大數運算
sinmaplewing
0
140
資訊實務應用讀書會 第四堂課(支線):Linux
sinmaplewing
0
1.9k
資訊實務應用讀書會 第一堂課:Basic HTML
sinmaplewing
1
2.1k
Other Decks in Programming
See All in Programming
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.3k
Codex CLIのSubagentsによる並列API実装 / Parallel API Implementation with Codex CLI Subagents
takatty
2
520
Strategy for Finding a Problem for OSS: With Real Examples
kibitan
0
110
20260320登壇資料
pharct
0
130
メッセージングを利用して時間的結合を分離しよう #phperkaigi
kajitack
3
400
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
420
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
190
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
560
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
690
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
1.4k
Featured
See All Featured
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
230
Evolving SEO for Evolving Search Engines
ryanjones
0
170
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
170
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
240
Darren the Foodie - Storyboard
khoart
PRO
3
3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
120
Into the Great Unknown - MozCon
thekraken
40
2.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
180
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
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 • 或者你要幫忙李安偉報名也可以
謝謝聆聽