首页 > TAG信息列表 > 1241

1241. 外卖店优先级

题目链接 1241. 外卖店优先级 “饱了么”外卖系统中维护着 \(N\) 家外卖店,编号 \(1∼N\)。 每家外卖店都有一个优先级,初始时 (\(0\) 时刻) 优先级都为 \(0\)。 每经过 \(1\) 个时间单位,如果外卖店没有订单,则优先级会减少 \(1\),最低减到 \(0\);而如果外卖店有订单,则优先级不减反加,每

HDU - 1241 Oil Deposits

题目链接:   https://vjudge.ppsucxtt.cn/problem/HDU-1241 思路:   深搜找连通图数即可  代码: #include <iostream> #include <queue> #include <cstring> #include <algorithm> #include <cmath> #define fastio ios::sync_with_stdio(false), cin.tie(NULL)

ACM----HDU-1241 dfs2

Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides the land into numerous square plots.

1241:二分法求函数的零点

我又来水博客啦 这次的题目啊,真的水到不行,宁看看这题,没有输出入要求,就一个点,那我直接暴力输出不就行了,来看看 我一开始的代码啊 #include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<cstring> #define itn int using namespace std; int main()

HDU-1241

title: HDU-1241 categories: ACM BFS tags: 图的连通区域 水题 date: 2020-02-23 19:57:05 简单BFS,找到一个入队点将所有可达的区域置为不可达 题目 油藏 *时间限制:2000/1000 MS(Java /其他)内存限制:65536/32768 K(Java /其他) 提交总数:58896接受提交:33745 * 问题描述 Geo

cf 1241 E. Paint the Tree(DP)

题意: 有一颗树,n个点,边有边权。 有无限多种颜色,每个点可以同时染上k种颜色,如果一条边的两个端点 拥有至少一种相同的颜色,那么说这条边是“饱和的”。 问:所有“饱和边”的权值和最大为多少,只需要输出最大值,不需要输出方案。   思路: 一开始看到这题的tag是2200,感觉肯定不会,后来发现

Oil Deposits HDU - 1241 (dfs)

Oil Deposits  HDU - 1241  The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides the land into numerous square p

Oil Deposits HDU - 1241

The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides the land into numerous square plots. It then analyzes e

HDU 1241 Oil Deposits(DFS)

Oil Deposits 原题链接:HDU 1241 Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides the l

JZOJ 1241. Number

  题目 Description 有N(2<=N<=15)个数A1,A2,....,An-1,An,如果在这N个数中,有且仅有一个数能整除m,那么整数m就是一个幸运数,你的任务就是在给定A1,A2,....,An-1,An的情况下,求出第k小的幸运数。   Input 第一行为一整数数N,K(2<=N<=15,1<=K<=2^31-1),意义如上述。接下来一行有N