Upgrade to Pro — share decks privately, control downloads, hide ads and more …

師大資工系ACM-ICPC讀書會:零、比賽介紹、解題系統介紹

Maplewing
October 14, 2013

 師大資工系ACM-ICPC讀書會:零、比賽介紹、解題系統介紹

Maplewing

October 14, 2013
Tweet

More Decks by Maplewing

Other Decks in Programming

Transcript

  1. ACM? ICPC? NCPC? • ACM = Association of Computing Machinery(計算機協會)(美國)

    • ICPC = International Collegiate Programming Contest(國際大專電 腦設計競賽) • NCPC = National Collegiate Programming Contest(全國大專電腦軟 體設計競賽)
  2. NCPC • 大家趕快報名唷!!!! • 102年 9 月 16 日至 10

    月 11 日止 • 比賽時間於: • 程式設計組:102年10月19日(星期六) • 應用軟體設計組:102年10月20日(星期日)
  3. 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) 使用禁止函式