另外一道相同原理https://www.dotcpp.com/oj/problem2814.html 摘要:解题思路:开辟一个动态变量注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf(&qu…… 题解列表 2024年12月19日 0 点赞 0 评论 9 浏览 评分:0.0
最长平台(再建一个数组存各连续平台长度) 摘要:参考代码:```c#includeintmain(){intn;scanf("%d",&n);inta[n];intb[n];//存连续平台长度intcount=0;for…… 题解列表 2023年11月02日 0 点赞 0 评论 90 浏览 评分:0.0
2912: 最长平台(C语言) 摘要:#includeintmain(){intn;scanf("%d",&n);inta[n];for(inti=0;imax_length)max_length=length…… 题解列表 2023年07月27日 0 点赞 0 评论 126 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>intmain(){ &nbs…… 题解列表 2023年06月11日 0 点赞 0 评论 116 浏览 评分:0.0
编写题解 2912: 最长平台 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intn;scanf("%d",&n);inta[n];for(inti=0…… 题解列表 2023年03月29日 0 点赞 1 评论 250 浏览 评分:7.3