Kenshin / simpread

简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
http://ksria.com/simpread
GNU General Public License v3.0
7.94k stars 530 forks source link

符号会变乱,加载不出来 #3067

Open breakpoint0 opened 2 years ago

breakpoint0 commented 2 years ago

https://www.luogu.com.cn/problem/solution/P6304

DP 裸题,考虑怎么设状态

设 f[i][j][x][y] (i \le n,j\le(i+1)/2,x<2,y<2)f[i][j][x]y

表示前 ii 座山中有 jj 座用来造房子,第 i-1i−1 座山与第 ii 座山的状态分别为 xx 和 yy

Kenshin commented 2 years ago

嗨,这个页面我无法访问,但简悦可以识别 Latex 公式:

  1. 如何配置请看这里 https://github.com/Kenshin/simpread/discussions/1553
  2. 简悦暂时不支持 katex 公式渲染,细节看 https://github.com/Kenshin/simpread/issues/3062