设为首页 加入收藏

TOP

HDU 2650 A math problem 高斯整数判定(二)
2015-11-21 01:01:29 来源: 作者: 【 】 浏览:5
Tags:HDU 2650 math problem 高斯 整数 判定
uble min(double x, double y) { return x < y ? x : y; } long max(long x, long y) { return x > y ? x : y; } long min(long x, long y) { return x < y ? x : y; } int abs(int x) { return x > 0 ? x : -x; } double abs(double x) { return x > 0 ? x : -x; } long abs(long x) { return x > 0 ? x : -x; } boolean zero(double x) { return abs(x) < eps; } double sin(double x){return Math.sin(x);} double cos(double x){return Math.cos(x);} double tan(double x){return Math.tan(x);} double sqrt(double x){return Math.sqrt(x);} }

?

首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇C++对象模型之简述C++对象的内存.. 下一篇UVALive 6439--Pasti Pas!

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: