码迷,mamicode.com
首页 >  
搜索关键字:vitual judge    ( 1412个结果
222
#include // cout #include // find_end #include // vector using namespace std; void paint(int,int); void judge(int [],int [],int,int,int,int,int); void... ...
分类:其他好文   时间:2018-10-19 23:51:15    阅读次数:276
【POJ】2796:Feel Good【单调栈】
Feel Good Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 18449 Accepted: 5125 Case Time Limit: 1000MS Special Judge Description Bill is de ...
分类:其他好文   时间:2018-10-19 21:52:59    阅读次数:148
UVA-489 Hangman Judge
In “Hangman Judge,” you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given as well as the ...
分类:其他好文   时间:2018-10-19 00:23:29    阅读次数:143
[leetcode]680. Valid Palindrome II有效回文II(可至多删一原字符)
Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Example 2: 思路: 代码: ...
分类:其他好文   时间:2018-10-18 10:58:59    阅读次数:180
poj1722 SUBTRACT【线性DP】
SUBTRACT Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2037 Accepted: 901 Special Judge Description We are given a sequence of N positive ...
分类:其他好文   时间:2018-10-12 01:28:04    阅读次数:143
lemon Special Judge 模板
嗯,就是一个模板的事。 好了,记得要么放在data下,要么在lemon的里面加上文件夹前缀,形如 D1T1\spj.exe ...
分类:其他好文   时间:2018-10-11 15:46:49    阅读次数:157
657. Robot Return to Origin
There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) after it ...
分类:其他好文   时间:2018-10-01 11:53:24    阅读次数:207
深度优先探索与广度优先探索
遍历所有状态最好用dfs,求最短路用bfs,(无权值,都是一); 要注意满足状态与越界状态。(必要时设标志位) dfs <wiz_code_mirror> bool judge(){ int k = 0, p = 0, q = 0; for(int i = 0; i < n; i++){ if(b[ ...
分类:其他好文   时间:2018-09-30 23:21:34    阅读次数:336
9.27学校模拟总结
这一套模拟卷我觉得难度不是很高,挺良心的,会的分也都拿到了,不会的就是不会…… 题面就不放上来啦~~gg不让~~ T1 flower 最大值最小?那果断二分啊。 二分一个最小高度,然后judge的时候从头开始扫就行,遇到一个高度比mid小的就从这个数开始把长度为L的区间加上这个差值,并记录天数,如果 ...
分类:其他好文   时间:2018-09-28 01:35:21    阅读次数:233
Poj 1751 Highways
"题目链接" Highways Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 21476 Accepted: 6337 Special Judge Description The island nation of Flatopi ...
分类:其他好文   时间:2018-09-27 18:01:50    阅读次数:156
1412条   上一页 1 ... 15 16 17 18 19 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!