首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
退出登录
注册
登录
裏表異体
努力到底是为了什么?
博客园
首页
新随笔
联系
订阅
管理
随笔 - 41
文章 - 0
评论 - 5
2020年2月26日
P1028 数的计算
摘要:题目描述 我们要求找出具有下列性质数的个数(包含输入的自然数nn): 先输入一个自然数$n(n using namespace std; int count(int n) { static int counter = 1; static int memory[500] = { 0 }; if (n
阅读全文
posted @ 2020-02-26 15:06 裏表異体
阅读(44)
评论(0)
推荐(0)
编辑