题意:在一条布满地雷的路上,你现在的起点在1处。在N个点处布有地雷,1 7 #include 8 #include 9 #include10 #include11 using namespace std;12 13 struct Matrix14 {15 double mat[2][2];1...
分类:
其他好文 时间:
2015-04-08 00:38:28
阅读次数:
159
一次Eclipse发生内存溢出(ADT环境,多打开几个xml文件内存占用就会飚升),强制结束任务,再次启动Eclipse发现闪退。查看workspace/.metadata/.log文件发现如下错误信息:!ENTRY org.eclipse.equinox.p2.ui.sdk.scheduler 4...
分类:
系统相关 时间:
2015-04-08 00:40:03
阅读次数:
310
题目链接:http://poj.org/problem?id=3070In the Fibonacci integer sequence,F0= 0,F1= 1, andFn=Fn? 1+Fn? 2forn≥ 2. For example, the first ten terms of the Fi...
分类:
其他好文 时间:
2015-04-08 00:40:52
阅读次数:
167
pod setup命令报错如下图:说明是路径错误,在命令行输入一下命令即可解决。sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer解决后,可继续执行安装操作。
分类:
其他好文 时间:
2015-04-08 00:40:24
阅读次数:
188