yoheng
yoheng
全部文章
# codef...
# 2019省赛集训个人和组队积分赛(6)
# DFS(2)
# JAVA学习(10)
# Linux(1)
# NOIP题(3)
# Python学习(8)
# Python数据分析与挖掘(1)
# 做题总结(1)
# 动态规划(8)
# 并查集(2)
# 广搜(4)
# 数据库原理(1)
# 日常小结(1)
# 最小生成树(1)
# 树状数组(6)
# 矩阵快速幂(3)
# 线段树(6)
# 蓝桥杯(1)
ACM之路(1)
codeforces(15)
JAVA学习(2)
KMP(2)
map(1)
二分(1)
优先队列(1)
动态规划(2)
图论(2)
并查集(2)
广搜(1)
操作系统(2)
数据结构(1)
日记(3)
最小生成树(1)
未归档(137)
树状数组(1)
欧拉函数(2)
比赛题(1)
省赛集训个人和组队积分赛(5)
矩阵快速幂(1)
算法学习(3)
线段树(3)
计算机网络(7)
面经(1)
面试算法题(1)
面试经历(1)
归档
标签
去牛客网
登录
/
注册
yoheng的博客
全部文章
/ # codeforces
(共37篇)
B. Koala and Lights-Codeforces Round #584( Div. 1 + Div. 2)
题目传送门 B. Koala and Lights time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output It is a holiday sea...
2021-04-23
0
732
codefoces-A. Pens and Pencils
题目传送门 题意简单: 两门课程,一门是实际课,一门是理论课,两种笔,一种是钢笔,另一种是铅笔,另用一个盒子装这两种笔。没门课使用对应的笔,不能随便用其它的笔,每门课需要用a, #include<iostream> #include<cstdio> #include<...
2021-04-23
0
454
codeforces-B. Balanced Tunnel
题目传送门 题意: 问你n辆车通过一个桥洞,等全部通过桥洞后有多少辆车超过进洞之前在自己前面的车。 解题思路: 每辆车都有自己的标记,那么先将进洞的顺序(从小到大)记录,而每辆车对应出洞的的顺序也重新记录。那么再比较它们的标记。 比如 进 汽车: 3 5 2 1 4 进 顺序 :1 2 3 4 5...
2021-04-23
0
400
Codeforces Round #582 (Div. 3)
B. Bad Prices 题目传送门 这道题目给我一个错觉,理解题目错觉,不过理解后也能很快做出来。 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h&...
2021-04-23
0
0
Codeforces Round #625 -前三题题解
文章目录 A. Contest for Robots 题意:很简单就不写了 思路: 代码1 代码2 B. Journey ...
2021-04-23
0
462
F. Zero Remainder Sum---Codeforces Round #677 (Div. 3)--题解
F. Zero Remainder F. Zero Remainder Sum You are given a matrix a of size n×m consisting of integers. You can choose no more than ⌊m2⌋ elements in e...
2021-04-23
0
0
Codeforces Round #677 (Div. 3)-- A--E的题解
A. Boring Apartments #include<bits/stdc++.h> using namespace std; #define IOS \ ios::sync_with_stdio(false); \ cin.tie(0); \ cout.tie(0) #defin...
2021-04-23
0
383
首页
上一页
1
2
3
4
下一页
末页