码迷,mamicode.com
首页 >  
搜索关键字:bestcoder round    ( 15837个结果
Codeforces Round #651 (Div. 2) D. Odd-Even Subsequence(二分)
题目链接:https://codeforces.com/contest/1370/problem/D 题意 给出一个含有 $n$ 个数的数组 $a$,从中选出 $k$ 个数组成子序列 $s$,使得 $min(max(s_1, s_3, s_5, \ldots), max(s_2, s_4, s_6, ...
分类:其他好文   时间:2020-06-21 19:25:33    阅读次数:85
Spring Boot -- Spring AOP原理及简单实现
一、AOP基本概念 什么是AOP,AOP英语全名就是Aspect oriented programming,字面意思就是面向切面编程。面向切面的编程是对面向对象编程的补充,面向对象的编程核心模块是类,然而在AOP中核心模块是切面。切面实现了多种类型和对象的模块化管理,比如事物的管理。 上面的解释可以 ...
分类:编程语言   时间:2020-06-21 17:41:37    阅读次数:161
Codeforces Round #651 (Div. 2) C. Number Game (博弈,数学)
题意:对于正整数$n$,每次可以选择使它变为$n-1$或者$n/t$ ($n\ mod\ t=0$且$t$为奇数),当$n=1$时便不可以再取,问先手赢还是后手赢. 题解:首先特判$1$和$2$的情况,然后显然如果$n$是奇数,一定是先手赢. ? 如果$n$是偶数,那么我们去找它的奇数因子. ? 如 ...
分类:其他好文   时间:2020-06-21 15:56:29    阅读次数:60
Codeforces Round #651 (Div. 2) E - Binary Subsequence Rotation 思维
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:20:23    阅读次数:58
Codeforces Global Round 8 E - Ski Accidents 拓扑
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:13:49    阅读次数:55
【Codeforces Round #639 (Div. 2) C】Hilbert's Hotel
题目链接 点我呀 翻译 一个旅馆内有无限多个房间, 每个房间里面都只有一个人住。 这些房间和所有的整数对应。 现在对于房间号为整数 \(k\) 的房间, 里面的人要移动到 \(k + a_{k\ mod\ n}\) 号房间。 给你 \(n\), 和整型数组 \(a\) , 问你移动之后, 是不是每个 ...
分类:其他好文   时间:2020-06-21 14:08:05    阅读次数:64
Codeforces Global Round 8 D - AND, OR and square sum 尽量往大的数字上移动
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:移动开发   时间:2020-06-21 14:06:53    阅读次数:54
A Summary on the Anchor-free based Object Tracking Algorithm
A Summary on the Anchor-free based Object Tracking Algorithm 2020-06-21 12:53:22 1. SiamFC++: Towards Robust and Accurate Visual Tracking with Target ...
分类:其他好文   时间:2020-06-21 14:05:33    阅读次数:89
Codeforces Round #651 (Div. 2) D - Odd-Even Subsequence 二分
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:04:53    阅读次数:64
Codeforces Global Round 8 B - Codeforces Subsequences 构造
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 13:44:09    阅读次数:80
15837条   上一页 1 ... 64 65 66 67 68 ... 1584 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!