码迷,mamicode.com
首页 >  
搜索关键字:seconds    ( 2523个结果
Educational Codeforces Round 37-F.SUM and REPLACE (线段树,线性筛,收敛函数)
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
Codeforces#590(1234)——B2Social Network (hard version)
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
CF1215 C Swap Letters(思维题)
链接: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的简单介绍,eureka单节点版的实现?eureka的自我保护?eureka的AP性,和CP性?
二、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
Tourism【codeforces 1200E】
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
监控工具之---Prometheus表达式
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
D. Marcin and Training Camp
题目链接: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
docker-容器管理
一、进入容器 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
LeetCode 1024. Video Stitching
原题链接在这里: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
Crossing River POJ过河问题
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
2523条   上一页 1 ... 31 32 33 34 35 ... 253 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!