首页
技术
登录
6mi
u
盘
搜
搜 索
技术
leetcode打卡17
leetcode打卡17
技术
2022-07-11
101
#
include
<math.h>
int
maximum
(
int
a
,
int
b
)
{
long
i
=
a
;
long
j
=
b
;
int
res
=
(
int
)
(
(
fabs
(
i
-
j
)
+
j
+
i
)
/
2
)
;
return
res
;
}
转载请注明原文地址:https://ipadbbs.8miu.com/read-13027.html
最新回复
(
0
)