摘要: #include#include#include#define N 1000using namespace std;int count1,count2,count3;//算法1,2来自编程珠玑void minmax(vector a){ int min=a[0]; int max=a[0... 阅读全文
posted @ 2015-03-19 22:58 fosmj 阅读(217) 评论(0) 推荐(0)
摘要: 以下假设已激活虚拟环境问题1:"The C extension could not be compiled, speedups are not enabled"原因:当使用pip安装flask时,flask package是从源码编译的,而编译时需要一些头文件(如python.h),pythonx.... 阅读全文
posted @ 2015-03-19 12:29 fosmj 阅读(931) 评论(0) 推荐(0)