摘要: POJ.1003 Hangover ( 水 )代码总览#include #include #include #include #include #include #include #define nmaxusing namespace std;vector v;void init(... 阅读全文
posted @ 2017-06-20 13:11 pengwill 阅读(86) 评论(0) 推荐(0) 编辑
摘要: POJ. 1005 I Think I Need a Houseboat(水 )代码总览#include #include #include #include #include #include #define nmaxusing namespace std;const double... 阅读全文
posted @ 2017-06-20 13:10 pengwill 阅读(87) 评论(0) 推荐(0) 编辑
摘要: POJ.2739 Sum of Consecutive Prime Numbers(水)代码总览#include #include #include #include #define nmax 10005using namespace std;int prime[nmax],n;ve... 阅读全文
posted @ 2017-06-20 13:07 pengwill 阅读(84) 评论(0) 推荐(0) 编辑
摘要: POJ.1552 Doubles(水)题意分析暴力代码总览#include #include #define nmax 100using namespace std;int a[nmax];int n;int main(){ //freopen("in.txt","r",std... 阅读全文
posted @ 2017-06-20 13:06 pengwill 阅读(100) 评论(0) 推荐(0) 编辑