git init
创建仓库
参考下面创建公私秘钥对
注意不要以root用户身份创建公私钥,确保保存在/home/username
GitLab配置ssh key - 阿豪聊干货 - 博客园
Your identification has been saved in /home/xxx/.ssh/id_ed25519
Your public key has been saved in /ho…
Problem - A - Codeforces 查有没有人说谎,有一个必错的情况:
两个人都说输了,必有人撒谎,还有就是所有人都赢了,也是撒谎
来看代码:
#include <iostream>
#include <vector>
using namespa…
文章目录 普通floor_sum洛谷P5170 【模板】类欧几里得算法 万能欧几里得算法求 ∑ i 1 n A i B ⌊ a i b c ⌋ \sum_{i1}^{n}A^iB^{\lfloor \frac{aib}{c} \rfloor} ∑i1nAiB⌊caib⌋求 ∑ i 0 n ⌊ a i b c ⌋ \sum_{i0}^n \lfloor\frac{aib}{c}\rfloor ∑i0n⌊caib…