会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啵波伯泊
博客园
首页
新随笔
联系
订阅
管理
2019年10月29日
好题积累
摘要: P2141 珠心算测验 #include<bits/stdc++.h>int main(){ int n=0,num1[102]={0},ans=0,num2[102]={0}; scanf("%d",&n); for(int i=1;i<=n;i++){scanf("%d",&num1[i]);
阅读全文
posted @ 2019-10-29 17:32 gaogaos
阅读(90)
评论(0)
推荐(0)
2019年10月26日
静静的储蓄计划
摘要: #include<bits/stdc++.h>int main(){int x=0,money[12]={0},hand=0,dep=0;for(int i=0;i<12;i++){ hand+=300; scanf("%d",&money[i]); if((hand-money[i])>=0){d
阅读全文
posted @ 2019-10-26 17:31 gaogaos
阅读(91)
评论(0)
推荐(0)
公告