会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
mcr130102的个人博客
首页
新随笔
管理
2024年6月24日
kedaOJ#P0891. 四次方数
摘要: 题目 P0891. 四次方数 思路 简单的动态规划 代码 #include<cstdio> #include<algorithm> #include<cstring> using namespace std; int m; int v[19] = {1, 16, 81, 256, 625, 1296
阅读全文
posted @ 2024-06-24 20:40 mcr130102
阅读(6)
评论(0)
推荐(0)
编辑
公告
请不要抄袭任何人的博客,这是对一名开发者最基本的尊重。