摘要:
1.http://www.docin.com/p-426720281.html2.凸包问题(Graham扫描法) 阅读全文
摘要:
矩阵很早以前写过几次,后来就就一直没想写过,很裸地一道矩阵乘法。先初始化每个瓶子执行M次操作分给其他瓶子的比列,用快速幂。最后一次操作。上个代码记录一下,被水题卡了,引以为戒。ZOJ Just Pour the WaterView Code #include <iostream>#include <cstring>#include <cstdio>#include <algorithm>using namespace std;const int MM = 30;#define fuck puts("fuck");int N,M 阅读全文