摘要: 至leanote http://blog.leanote.com/l0nl1f3@gmail.com 阅读全文
posted @ 2016-12-24 21:12 zhouyis 阅读(205) 评论(0) 推荐(1) 编辑
摘要: #6 1068: 找规律 int main(){ int t,n; cin>>t; while(t--){ cin>>n; if(n%3==0)printf("%d\n",n/3); else printf("%d\n",n); } } 1069 二维树状数组 int bit[1234][12... 阅读全文
posted @ 2016-12-24 18:40 zhouyis 阅读(295) 评论(0) 推荐(1) 编辑