题目 https://leetcode cn.com/problems/maximum points you can obtain from cards/ 几张卡牌 排成一行,每张卡牌都有一个对应的点数。点数由整数数组 cardPoints 给出。 每次行动,你可以从行的开头或者末尾拿一张卡牌,最终 ...
分类:
编程语言 时间:
2020-04-26 22:33:15
阅读次数:
89
THINKDIAG, the Smart Vehicle Diagnostic Tool Every Mechanic and Car Owner Need.Part1.Setting up your THINKDIAG device for the First-time1. Download Th ...
分类:
移动开发 时间:
2020-04-20 16:26:11
阅读次数:
113
Problem Statement Snuke has decided to play a game using cards. He has a deck consisting of NN cards. On the ii -th card from the top, an integer AiAi ...
分类:
其他好文 时间:
2020-03-29 01:37:30
阅读次数:
90
我们发现,如果我们打数字牌后,就不能打 0 了. 分两种情况讨论即可. code: #include <bits/stdc++.h> #define N 200008 #define ll long long #define setIO(s) freopen(s".in","r",stdin) us ...
分类:
其他好文 时间:
2020-03-04 23:20:53
阅读次数:
88
aplay/arecord: playback: aplay -D default xxx.wav list cards & devices: aplay -l record: aplay -C -D defaut -d 10 -f S16_LE -r 48000 -c 2 -t wav xxx.w ...
分类:
其他好文 时间:
2020-03-02 20:52:20
阅读次数:
81
题意: 给你m张牌,其中一张王,随机洗牌,若第一张牌是王,说它是好的。问你洗n次牌,好的次数为x,求出$x^{k}$的期望。 解法: $x^{k}$的期望可以转化为有序k元组$(a_1,a_2...,a_k)$的个数期望。其中$a_i$表示第i次洗牌是好的。 对于任意一组$(a_1,a_2...,a ...
分类:
其他好文 时间:
2020-02-27 15:49:12
阅读次数:
48
CF1278F Cards 首先我们知道,一次拿牌的概率是 $ P(i) = \frac 1 m $ ,同时权值是1,所以期望就是 $ \frac{1} m $,拿 $ n $ 次牌贡献是独立的,就是 $ \frac n m $。 但是我们要算的是 $ k $ 次方的期望,众所周知期望的二次方不等于 ...
分类:
其他好文 时间:
2020-02-19 13:01:15
阅读次数:
78
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the r ...
分类:
其他好文 时间:
2020-01-29 16:01:52
阅读次数:
70
//从起点1到剩余P-1个点的最短距离之和+从剩余P-1个点到起点1的最短距离之和 #include<iostream> #include<cstring> #include<cstdio> #include<queue> using namespace std; const int LEN=100 ...
分类:
其他好文 时间:
2020-01-27 15:55:06
阅读次数:
58
开启浏览器隐藏功能 1. 黑暗模式:chrome://flags/ enable force dark 2. 悬停标签:chrome://flags/ tab hover cards 3. 标签缩略图:chrome://flags/ tab hover card images 4. 平滑滚动:chr ...
分类:
其他好文 时间:
2020-01-24 15:56:39
阅读次数:
88