-
个人简介
`` --- oh~dream! Don't get caught by me! 服务器IP:cn-bj-plc-2.openfrp.top:59921 角色管理 - LittleSkin 洛谷:Zy18725978986\ (file://Desktop-snd2u0o/新建文件夹)
关闭极域代码:
#include<iostream> #include<windows.h> using namespace std; int main(){ Sleep(1000);system("TASKKILL /F /IM StudentMain.exe /T"); return 0; }
#include<bits/stdc++.h> using namespace std; int a[2020][2020],dp[2020][2020],s=0,n; int main(){ cin>>n; for(int i=1;i<=n;i++){ for(int j=1;j<=n;j++){ cin>>a[i][j]; } } for(int j=1;j<=n;j++){ for(int i=1;i<=n;i++){ dp[i][j]=max(dp[i-1][j-1],dp[i+1][j-1])+a[i][j]; s=max(s,dp[i][j]); } } cout<<s; return 0; }
oj答案网址:https://www.acgo.cn/problemset/66/265?tab=explanation 轻松传 - 传文件,传文本,传屏幕,传实时视频 (easychuan.cn) http://remake.solaking.com/宝盖休闲 narrow.one弓箭之战 https://www.crazygames.com/game/kirka-io强 挖矿:免费玩在线小游戏 | 来自 Microsoft Start 的游戏 (msn.cn) 教室密码:Xmw@00128 新密码:Xsm@00128 IMC:https://games.imc.re/ https://www.mcappx.com/ https://liferestart.syaro.io/public/index.html https://www.crazygames.com/game/holey-io-battle-royale https://igroutka.ru/igry-subway-surfers/36834-subway-surfers-san-francisko.html https://kbhgames.com/game/fnf-darkness-takeover-vs-pibby-family-guy
https://poki.com/zh/g/stickman-dragon-fight
https://hammyhome.com/ https://littleskin.cn/user https://netplus.idc25.cn/ https://g.evkworld.net/1027217 好友账户(颜梓宇):1346792134@qq.com Graph Editor (csacademy.com) 画图
s:#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,k; cin>>a>>b>>c>>k; int bj=0; if(a+b>=k){ bj+=1; } if(a+c>=k){ bj++; } if(b+c>=k){ bj++; } if(bj==0){ cout<<"Growing"; } if(bj==1){ cout<<"Satisfactory"; } if(bj==2){ cout<<"Commendable"; } if(bj==3){ cout<<"Excellent"; } return 0; }
-
通过的题目
-
最近活动
题目标签
- 初窥门径
- 47
- 略有小成
- 38
- 驾轻就熟
- 37
- 顺序结构
- 27
- 模拟
- 18
- 分支结构
- 17
- 循环结构
- 17
- 字符串
- 17
- 循环嵌套
- 16
- GESP二级
- 12
- 搜索
- 9
- 枚举
- 9
- GESP一级
- 8
- 蓝桥杯
- 7
- 排序
- 7
- 一本通编程启蒙
- 7
- 其他
- 6
- 递推
- 6
- 二维数组
- 6
- 计数排序
- 6