找最大数序列 摘要:参考代码: ```c #include #include int main() { int n; scanf("%d",&n); int max[n]; for(int i=…… 题解列表 2023年10月30日 0 点赞 0 评论 170 浏览 评分:0.0
编写题解 2910: 找最大数序列 C 摘要:解题思路:输入的判断当中,要区分ch是否是',',如果是的话要继续在此行输入,如果不是则换行注意事项:定义最大值的时候,把几行都找出来,要i+1参考代码:#include <stdio…… 题解列表 2022年10月22日 1 点赞 0 评论 358 浏览 评分:9.9