11 2020 档案
摘要:493. 翻转对 给定一个数组 nums ,如果 i < j 且 nums[i] > 2*nums[j] 我们就将 (i, j) 称作一个重要翻转对。 你需要返回给定数组中的重要翻转对的数量。 示例 1: 输入: [1,3,2,3,1] 输出: 2 示例 2: 输入: [2,4,3,5,1] 输出:
阅读全文
摘要:编译: ./configure --prefix=/usr/local --enable-ffplay --enable-shared --enable-gpl --enable-libopenh264 --enable-libx264 --enable-libopus --enable-debug
阅读全文

浙公网安备 33010602011771号