18XiWenjuan
18XiWenjuan
全部文章
分类
dp(29)
MFC(5)
STL(6)
分治(2)
博弈(6)
图论(39)
字符串(4)
思想(14)
思维(33)
搜索(10)
数据结构(12)
数论(45)
日常小技巧(1)
暴力|模拟(30)
未归档(12)
水|坑(23)
深度学习(2)
计算几何(6)
计蒜客(1)
赛后补题(22)
题解(2)
归档
标签
去牛客网
登录
/
注册
18XiWenjuan的博客
Hello World
全部文章
(共304篇)
cifar10数据集训练
有关CIFAR-10数据集 (1)CIFAR-10数据集由10个类的60000个32x32彩色图像组成,每个类有6000个图像。有50000个训 练图像和10000个测试图像。 (2)数据集分为五个训练批次和一个测试批次,每个批次有10000个图像。测试批次包含来自每个类别 的恰好1000个随...
2020-09-21
0
639
sdnu1592 easy problem(线性基)
Description Albert_s has a multiset S, this question requires you to find a subset T of S that maximizes the expression of xor xor xor . ...
2020-09-21
1
560
NK996D 最短Hamilton路径(状压dp)
链接:https://ac.nowcoder.com/acm/contest/996/D 来源:牛客网 题目描述 给定一张 n(n≤20)(n \leq 20)(n≤20) 个点的带权无向图,点从0∼n−10 \sim n-10∼n−1标号,求起点 0 到终点 n-1 的最短Hamilton...
2020-09-21
0
583
[HAOI2016]食物链(拓扑排序 + dp)
链接:https://ac.nowcoder.com/acm/problem/20000 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 如图所示为某生态系统的食物网...
2020-09-21
0
1025
hdu2586 How far away ?(LCA模板题 tarjin + 树上倍增)
How far away ? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 34457 Accepted Submission(...
2020-09-21
0
508
ZOJ 3195 Design the city(LCA 树上三点最短距离)
Design the city Time Limit: 1000 msMemory Limit: 32768 KB Cerror is the mayor of city HangZhou. As you may know, the traffic system of this city is ...
2020-09-21
0
746
计蒜客 程序设计:迷宫(坑多)
有一个 n \times mn×m 的迷宫,其中 . 表示空地, *表示障碍物。除此之外,有 qq 个单向传送门:如果进入格子 (a_i,b_i)(ai,bi) ,那么会被立即传送到 (c_i,d_i)(ci,di) 。保证每个点至多是一个传送门的入口。 如果传送门最终传送到障碍物上,那么...
2020-09-21
0
450
HDU - 6667 Roundgod and Milk Tea (Hall定理 || 贪心)
Roundgod and Milk Tea Time Limit: 6000/6000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 1534 Accepted Sub...
2020-09-21
0
763
HDU - 6665 Calabash and Landlord(离散化 + dfs)
Calabash is the servant of a landlord. The landlord owns a piece of land, which can be regarded as an infinite 2D plane. One day the landlord set up ...
2020-09-21
0
530
HDU - 5974 A Simple Math Problem (数论解方程)
Given two positive integers a and b,find suitable X and Y to meet the conditions: X+Y=a ...
2020-09-21
0
491
首页
上一页
21
22
23
24
25
26
27
28
29
30
下一页
末页