有人跟我一样30分吗

P1114 “非常男女”计划

me too
by 403notfound @ 2023-06-13 13:38:03


@[na11](/user/750780) 循环改成:int j=i+maxx-1;j<=n;j++
by 403notfound @ 2023-06-13 13:41:49


@[na11](/user/750780) 最后一个循环i从0开始
by 403notfound @ 2023-06-13 13:44:28


@[na11](/user/750780) maxx=max(maxx,i-j); 改成 maxx=max(maxx,j-i);
by 403notfound @ 2023-06-13 13:48:02


你居然是 成都外国语信息竞赛——初中 的
by 403notfound @ 2023-06-13 13:50:40


谢谢
by fm11_2047 @ 2023-06-14 12:52:33


|