码迷,mamicode.com
首页 >  
搜索关键字:csu 1629 eligibility    ( 646个结果
CSU 1553 Good subsequence(RMQ问题 + 二分)
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1553 Description Give you a sequence of n numbers, and a number k you should find the max leng ...
分类:其他好文   时间:2017-04-21 20:22:52    阅读次数:238
CSU 1554 SG Value (multiset/priority queue 思维题)
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1554 Description The SG value of a set (multiset) is the minimum positive integer that could n ...
分类:其他好文   时间:2017-04-21 20:07:50    阅读次数:280
CSU 1556 Jerry's trouble
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1556 Description Jerry is caught by Tom. He was penned up in one room with a door, which only ...
分类:其他好文   时间:2017-04-21 19:59:07    阅读次数:167
CSU 1548 Design road(三分查找)
题目链接:https://cn.vjudge.net/problem/142542/origin Description You need to design road from (0, 0) to (x, y) in plane with the lowest cost. Unfortunatel ...
分类:其他好文   时间:2017-04-21 10:03:55    阅读次数:216
CSU 1547 Rectangle(dp、01背包)
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1547 Description Now ,there are some rectangles. The area of these rectangles is 1* x or 2 * x ...
分类:其他好文   时间:2017-04-21 00:04:23    阅读次数:193
csu1804
/* csu 1804 因为define和const总出错,到现在也不明白为什么 不知道define 和 const 出来的 mod 有什么区别 */ #include #include #include #include using namespace std; const int mod = 1... ...
分类:其他好文   时间:2017-04-14 17:47:31    阅读次数:118
C#无损压缩图片
/// /// 根据指定尺寸得到按比例缩放的尺寸,返回true表示以更改尺寸 /// /// 图片宽度 /// 图片高度 /// 指定宽度 /// /// 指定高度 /// 返回true表示以更改尺寸 private bool GetPicZoomS... ...
分类:Windows程序   时间:2017-04-12 17:59:18    阅读次数:250
csu 1009 抛硬币
C - 抛硬币 CSU - 1009 James得到了一堆有趣的硬币,于是决定用这些硬币跟朋友们玩个小游戏。在一个N行M列的表格上,每一个第i行第j列的格子上都放有一枚James的硬币,抛该硬币正面朝上的概率为Pij,所有抛硬币事件两两之间是相互独立的。 现在,玩家在M列硬币中,从每一列里各选择1枚 ...
分类:其他好文   时间:2017-04-08 12:41:05    阅读次数:292
csu 1809 Parenthesis(线段树)
#include using namespace std; const int maxn=1e5+5; char s[maxn]; int pre[maxn],Min[maxn>1; build(rt=r)return Min[rt]; int mid=(l+r)>>1; int res=INT_M... ...
分类:其他好文   时间:2017-04-07 15:07:19    阅读次数:192
WEB工程(05)
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%@ page import="java.sql.*" %><%@ page import="com.mysql.jdbc.*" %><jsp:useBean i ...
分类:Web程序   时间:2017-04-05 12:58:46    阅读次数:235
646条   上一页 1 ... 21 22 23 24 25 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!