会员
周边
众包
新闻
博问
闪存
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
代码的搬运工
首页
新随笔
联系
管理
2015年2月2日
杭电OJ BestCoder28期1001Missing number问题(小技巧偏移法)
摘要: 3.代码如下 #include <stdio.h> #include <stdlib.h> #define MAX_NUM 1000 + 10 int main() { int i,j,num_case,num_number,number[MAX_NUM]; int offset = 0,count
阅读全文
posted @ 2015-02-02 17:11 代码的搬运工
阅读(207)
评论(0)
推荐(0)
编辑
公告