题目见https://acm.sjtu.edu.cn/OnlineJudge/problem/1002 我一开始打出了如下代码: #include<cstdio>int main() { int L,W,area[L+1][W+1],a,b,m=0,c=0; scanf("%d%d",&L,&W); ...
分类:
其他好文 时间:
2018-10-25 21:43:05
阅读次数:
198
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2018-10-25 14:18:47
阅读次数:
165
function idCardNo(value){ //验证身份证号方法 var area = { 11: "北京", 12: "天津", 13: "河北", 14: "山西", 15: "内蒙古", 21: "辽宁", 22: "吉林", 23: "黑龙江", 31: "上海", 32: "江苏" ...
分类:
其他好文 时间:
2018-10-24 20:03:10
阅读次数:
152
git命令博大精深。。。GIT reset命令作为回退命令有可以分为不同的级别 首先我们来看几个术语 HEAD 这是当前分支版本顶端的别名,也就是在当前分支你最近的一个提交 Index index也被称为staging area(暂存区),是指一整套即将被下一个提交的文件集合。他也是将成为HEAD的 ...
分类:
其他好文 时间:
2018-10-24 15:16:29
阅读次数:
153
NxN个格子中,用1x1x1的立方体堆叠,grid[i][j]表示坐标格上堆叠的立方体个数,求这个3D多边形的表面积。 ...
分类:
其他好文 时间:
2018-10-22 14:47:43
阅读次数:
97
NxN个格子中,用1x1x1的立方体堆叠,grid[i][j]表示坐标格上堆叠的立方体个数,求三视图面积。 ...
分类:
其他好文 时间:
2018-10-22 14:42:14
阅读次数:
98
1、ORA-00257 参考自:https://jingyan.baidu.com/article/f71d6037ccf1301ab641d1f0.html 查询 select * from V$FLASH_RECOVERY_AREA_USAGE -- WHERE percent_space_us ...
分类:
数据库 时间:
2018-10-20 23:51:46
阅读次数:
237
$area = array( // 天通苑店 0 => array( array('x'=>116.38295, 'y'=>40.09416), array('x'=>116.44037, 'y'=>40.095898), array('x'=>116.448275,'y'=>40.083313), ...
分类:
Web程序 时间:
2018-10-20 18:30:40
阅读次数:
237
Account和Contact是C4C里唯一支持可以和ERP进行双向同步的主数据类别。 C4C里创建一个Account:Mouser Electronics 在C4C里保存Account,自动同步到ERP中,在ERP生成Account。然后在ERP里给这个Account维护Sales Area数据, ...
分类:
其他好文 时间:
2018-10-20 16:28:07
阅读次数:
125
On a N N grid, we place some 1 1 1 cubes that are axis aligned with the x, y, and z axes. Each value v = grid[i][j] represents a tower of v cubes plac ...
分类:
其他好文 时间:
2018-10-20 12:15:43
阅读次数:
218