发表评论取消回复
相关阅读
相关 【排列+sorting】CF873div2 B
有S B没秒掉这道题 乌鱼子 [Problems - Codeforces][] 题意: ![fcd9935f3b0a43ce9195a26dcbcc373c.png]
相关 【sorting】CF868div2 B. Sort with Step
[Problem - B - Codeforces][] ![5f4ac8beb9534446869df465547a2503.png][] ![87c8a92838ec4
相关 B. Shifting Sort (思维)
思路大家都能想到,代码不是很好写 // Problem: B. Shifting Sort // Contest: Codeforces - Codeforc
相关 B. Nirvana(思维+坑点)
题目描述: Kurt reaches nirvana when he finds the product of all the digits of some positi
相关 [转] Covariate shift && Internal covariate shift
from: [https://www.kaggle.com/pavansanagapati/covariate-shift-what-is-it][https_www.kagg
相关 windows shift backdoor(windows shift 后门)
This backdoor allows you to run command prompt (cmd.exe) with system privilege from the
相关 1455B Jumps(思维、规律)
B. Jumps time limit per test 1 second memory limit per test 256 megabytes
相关 B. Binary Removals (思维)
[题目][Link 1] 思路:想要出现否的情况那一定会有0在1的后面,而我们的删除操作只能隔着删,所以当出现两个00或两个11必然会留下一个,所以从后往前遍历,如果发现
相关 1453B Suffix Operations(思维)
[题目][Link 1] 题意:我们对于一个n个整数的数组a,可以进行两种操作: 1.对于它的任意长度后缀全体增加1. 2.对于它的任意长度后缀全体减少1.
相关 B - National Project(思维)
[题目][Link 1] 题意:要做N天活,其中质量好至少(n+1)/2天,然后先g天好,b天不好。 思路:找出至少需要(n+1)/2天好的最少天数S,如果>n天,
还没有评论,来说两句吧...