778
  • 2023-05-10AcWing 778. 字符串最大跨距
    AcWing778.字符串最大跨距1.地址https://www.acwing.com/problem/content/description/780/2.题解#include<iostream>#include<cstdio>usingnamespacestd;//从左往右找intfind_str_left(strings,strings1){for(inti=0;i+s1.size()<=s.size();i+
  • 2023-02-12778~779 JSTL常用标签 choose,foreach
    2.choose:相当于java代码的switch语句1.使用choose标签声明                 相当于switch声明2.使用when标签做判断  
  • 2022-11-28【778】R语言中的点
    参考:r语言中句号(点号)“.”的含义是什么?总结:R语言中的.一半就是单纯的字符,相当于_,功效差不多,如果想要引用属性之类的,一般是用$很多函数都是通过.来相连的,其实就是为
  • 2022-09-02[Google] LeetCode 778 Swim in Rising Water 优先队列
    Youaregivenannxnintegermatrixgridwhereeachvaluegrid[i][j]representstheelevationatthatpoint(i,j).Therainstartstofall.Attimet,thed