F. SUM and REPLACE time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Let D(x) be the number of ...
分类:
其他好文 时间:
2019-10-02 14:34:23
阅读次数:
77
B2. Social Network (hard version) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The on ...
分类:
Web程序 时间:
2019-10-02 13:12:40
阅读次数:
120
链接:https://codeforces.com/problemset/problem/1215/C Swap Letters (2 seconds) Monocarp has got two strings ss and tt having equal length. Both strings ...
分类:
其他好文 时间:
2019-10-01 13:51:50
阅读次数:
112
二、eureka项目jar包的添加,和相关配置文件? 2.1 20190927-springcloud-eureka-management父级项目的 jar包 2.2 把provider-8081注册进eureka中 的文件配置? provide-8081启动类添加注解。 2.3 eureka服务的 ...
分类:
其他好文 时间:
2019-09-30 21:43:33
阅读次数:
94
E. Tourism time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Tourism time limit per tes ...
分类:
其他好文 时间:
2019-09-26 23:35:24
阅读次数:
83
cpu利用率 方法一: 100 - (avg(increase(node_cpu_seconds_total{mode="idle"}[1m])) by (instance) / 60) * 100 方法二: 100 - avg(rate(node_cpu_seconds_total{mode="i ...
分类:
其他好文 时间:
2019-09-25 12:18:25
阅读次数:
325
题目链接:http://codeforces.com/contest/1230/problem/D D. Marcin and Training Camp time limit per test: 3 seconds time limit per test: memory limit per tes ...
分类:
其他好文 时间:
2019-09-25 00:53:45
阅读次数:
93
一、进入容器 1:docker run启动容器后,可以通过下面命令进入容器 语法:docker exec -it【容器ID】 bash 说明:容器ID通过docker ps查看 [root@host1 ~]# docker exec -it f3355c71123c bash [root@f3355 ...
分类:
其他好文 时间:
2019-09-23 18:24:58
阅读次数:
131
原题链接在这里:https://leetcode.com/problems/video-stitching/ 题目: You are given a series of video clips from a sporting event that lasted T seconds. These vi ...
分类:
其他好文 时间:
2019-09-22 10:35:11
阅读次数:
89
A group of N people wishes to go across a river with only one boat, which can at most carry two persons. Therefore some sort of shuttle arrangement mu ...
分类:
其他好文 时间:
2019-09-21 23:33:05
阅读次数:
100