会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1pha
no and no can and can
首页
新随笔
管理
2018年4月18日
51Nod1305 Pairwise Sum and Divide
摘要: 51Nod1305 Pairwise Sum and Divide 题意 有这样一段程序,fun会对整数数组A进行求值,其中Floor表示向下取整: fun(A) sum = 0 for i = 1 to A.length for j = i+1 to A.length sum = sum + Fl
阅读全文
posted @ 2018-04-18 20:44 1pha
阅读(101)
评论(0)
推荐(0)