水题 题意 分糖果 每次最多8个 多出来的可以遗留到下一天 注意下一天少于8个要清0; 代码: #include<bits/stdc++.h>using namespace std;int n,k;int q,b,ok;int a;long long sum;int main(){ cin>>n>> ...
分类:
其他好文 时间:
2017-08-13 13:26:35
阅读次数:
147
Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th ...
分类:
其他好文 时间:
2017-08-03 20:12:20
阅读次数:
114
简单来说就是完了 思路都对了 就是写不出来 浪费了三个小时来做第一题 还是没有过 然而第三题也没有做对 第二题没空做 这样就... 报零了! 然后第一题: 1.分糖果 (candy.pas/c/cpp) 【问题描述】 幼儿园的小朋友要吃糖果,正在幼儿园帮忙的小x接到了这个任务,当然,这个任务不是那么 ...
分类:
其他好文 时间:
2017-07-24 23:44:45
阅读次数:
177
【HDOJ 5654】 xiaoxin and his watermelon candy(离线+树状数组) xiaoxin and his watermelon candy Time Limit: 4000/4000 MS (Java/Others) Memory Limit: 65536/6553 ...
分类:
编程语言 时间:
2017-07-14 10:20:06
阅读次数:
326
1、下载地址: http://down.htmleaf.com/1502/201502031710.zip 2、效果图: 3、HTML代码:其中80设置当前所占百分比,即蓝色部分比例;注意引入必须的js文件 4、CSS代码: 上述例子为插件其中一种样式candy stripes removed的de ...
分类:
其他好文 时间:
2017-07-10 23:46:15
阅读次数:
292
Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th ...
分类:
其他好文 时间:
2017-07-09 13:48:10
阅读次数:
111
边沿检测采用Candy算法,比较经典,opencv自带 Candy算法的原理可以参见这篇博文:http://www.tuicool.com/articles/Y3q2Mf 整个流程是这样的: 示例代码如下: 运行结果: ...
分类:
其他好文 时间:
2017-07-06 00:32:10
阅读次数:
248
传送门:点击打开链接 题意:一个三元组假设满足j=i+1,k=j+1,ai<=aj<=ak,那么就好的。如今告诉你序列。然后Q次询问。每次询问一个区间[l,r],问区间里有多少个三元组满足要求 思路:刚開始看错题目了,原来三元组是连续3个,这作为bc最后一题也太水了把。。。 先一遍预处理。把连续3个 ...
分类:
其他好文 时间:
2017-07-04 14:43:46
阅读次数:
136
There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following re ...
分类:
其他好文 时间:
2017-07-03 22:31:11
阅读次数:
240
Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th ...
分类:
其他好文 时间:
2017-06-29 10:01:10
阅读次数:
136