摘要: 设两数为a,b,二者最大值为max,则最大值为 max=(( a + b ) + abs( a - b ) ) / 2 #inclu... 阅读全文
posted @ 2020-12-28 19:29 nepu_bin 阅读(254) 评论(0) 推荐(0)
摘要: #include “stdio.h” #include “math.h” int main() { int year, s,sum=... 阅读全文
posted @ 2020-12-28 16:20 nepu_bin 阅读(421) 评论(0) 推荐(0)