疯狂的裁缝-题解(C语言代码) 摘要:解题思路:负了就0 正了比大小注意事项:数组开大点 不要想太多....参考代码:#include<stdio.h> main(){ int i,n,l[20000],sum=0,max=0; …… 题解列表 2021年02月09日 0 点赞 2 评论 503 浏览 评分:9.9
优质裁缝题解 摘要:#include int main() { int n; scanf("%d", &n); int sum = 0; int ok = 0; int val = 0; fo…… 题解列表 2024年10月25日 0 点赞 0 评论 45 浏览 评分:0.0