会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
ZHGQCN
管理
2020年1月15日
算法笔记--简单编程训练
摘要: 【codeup 1934】找x 当然也可利用 i == n 判断是否有x存在 #include<cstdio> int main(){ const int max = 210; int a[max] = {0}; int n, j = -1; scanf("%d", &n); for(int i=0
阅读全文
posted @ 2020-01-15 12:16 ZHGQCN
阅读(268)
评论(0)
推荐(0)
公告