随笔分类 -  POJ

摘要:10209 - Is This Integration ? #include #include /**///多次错误都是因为我将PI定义为3.1415926#define PI acos(-1.0)int main(){ double r; while(scanf("%lf",&r)!=EOF) { double x,y,z; z=r*r*(... 阅读全文
posted @ 2014-04-23 11:42 stonehat 阅读(232) 评论(0) 推荐(0)
摘要:poj 1654 题解 阅读全文
posted @ 2014-03-17 22:16 stonehat 阅读(436) 评论(0) 推荐(0)