RescueTime Limit:2 Seconds Memory Limit:65536 KBAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (...
分类:
其他好文 时间:
2014-10-15 19:06:41
阅读次数:
248
DescriptionWithout expecting, Angel replied quickly.She says: "I'v heard that you'r a very clever boy. So if you wanna me be your GF, you should solve...
分类:
其他好文 时间:
2014-10-04 21:53:07
阅读次数:
220
当我在跑程序的时候,从DB2数据库中获取数据,然后通过solr创建索引,发现程序中断,报错日志为: 报错为 ?Caught java.io.CharConversionException. See attached Throwable for details. ERRORCODE=-4220, SQ...
分类:
数据库 时间:
2014-09-29 13:07:21
阅读次数:
2588
bfs问题。
Angel有被关在监狱,她有很多朋友要去救她。
#表示墙,.表示路,x表示警卫,r表示她的朋友。
由于可能有很多朋友,但是Angel只有一个,所以搜索起点设为Angel。只要找到一个朋友表示能走出去。
走一格需要1,杀死警卫需要1,但是不能直接加2.
因为会出现这种情况
4 8
axxxxxxr
........
........
........
...
分类:
其他好文 时间:
2014-09-18 20:42:17
阅读次数:
163
<?php
/*!
?*?Medoo?database?framework
?*?http://medoo.in
?*?Version?0.9.6
?*?
?*?Copyright?2014,?Angel?Lai
?*?Released?under?the?MIT?license
?*/
class?medoo
{
????prote...
分类:
数据库 时间:
2014-09-18 19:13:54
阅读次数:
368
Rescue
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Description
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described a...
分类:
其他好文 时间:
2014-08-29 18:25:48
阅读次数:
199
严重: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at com.opensymphony.xwork2.ognl.OgnlUtil.getBeanInfo(OgnlUtil.java:398)
at com.opensymphony.xwork2.ognl.OgnlUtil...
分类:
其他好文 时间:
2014-08-26 17:25:36
阅读次数:
282
Rescue
Time Limit: 2 Seconds Memory Limit: 65536 KB
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M
Angel's friends want to sa...
分类:
其他好文 时间:
2014-08-15 17:58:19
阅读次数:
221
Rescue
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 16314 Accepted Submission(s): 5926
Problem Description
Angel was caught b...
分类:
其他好文 时间:
2014-08-12 22:07:24
阅读次数:
317
struct point{ double x,y,angel;} p[N],stack[N];int top,n;double dis(point a,point b)//求距离{ return sqrt((a.x-b.x)*(a.x-b.x)+(a.y-b.y)*(a.y-b.y));...
分类:
其他好文 时间:
2014-08-08 17:38:46
阅读次数:
248