DrizzleX

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月22日

摘要: 本题我最初完全使用STL容器和迭代器, Time Limit Exceeded。换为数组和通过下标访问之后速度还不错。904K,360MS。 题目如下:Spell checker Time Limit:2000MSMemory Limit:65536KTotal Submissions:13269Accepted:4882Description You, as a member of a development team for a new spell checking program, are to write a module that will check the correctness 阅读全文
posted @ 2012-04-22 01:02 DrizzleX 阅读(185) 评论(0) 推荐(0)