网站首页 站内搜索

搜索结果

查询Tags标签: 1996,共有 3条记录
  • java176-第一个xml的编写

    <?xml version="1.0" encoding="UTF-8"?> <stdents> <!--每个student表示一个学生对象--> <student code="stu001"> <name>歌谣</name> <birth>1996-09-09</birth…

    2022/7/6 14:25:36 人评论 次浏览
  • [LeetCode] 1996. The Number of Weak Characters in the Game

    You are playing a game that contains multiple characters, and each of the characters has two main properties: attack and defense. You are given a 2D integer array properties where properties[i] = [attacki, defensei] represents the properties of the it…

    2022/1/29 6:06:23 人评论 次浏览
  • AcWing 1996. 打乱字母(贪心+二分)

    题目链接 https://www.acwing.com/problem/content/1998/ 思路 我们开四个string数组,然后前两个分别存储的是升序字符串序列和降序字符串序列,然后第三四个同理,然后对前两个进行sort排序,排完序后我们根据之前的c、d数组对a、b数组进行二分搜索,当然可以直接使用lo…

    2022/1/26 23:34:46 人评论 次浏览
扫一扫关注最新编程教程