最新 最热

POJ2236 (并查集)

An earthquake takes place in Southeast Asia. The ACM (Asia Cooperated Medical team) have set up a wireless network with the lap computers, but an unexpected aft...

2020-10-23
1

POJ2251(三维bfs)

You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes ...

2020-10-23
1

HDOJ-1711(kmp算法)

Given two sequences of numbers : a[1], a[2], … , a[N], and b[1], b[2], … , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a number K which make...

2020-10-23
1

B. Taxi (贪心)

原题链接158B题目描述After the lessons n groups of schoolchildren went outside and decided to visit Polycarpus to celebrate his birthday. We know that the i-th group ...

2020-10-23
1

HDOJ 1018(数论)

Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, e...

2020-10-23
1

HDU1213 (并查集)

Today is Ignatius’ birthday. He invites a lot of friends. Now it’s dinner time. Ignatius wants to know how many tables he needs at least. You have to notice tha...

2020-10-23
1

POJ1611 (并查集)

Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmiss...

2020-10-23
1

Codeforces Round #613 (Div. 2) C. Fadi and LCM

Today, Osama gave Fadi an integer X, and Fadi was wondering about the minimum possible value of max(a,b) such that LCM(a,b) equals X. Both a and b should be pos...

2020-10-23
2

图论-单源最短路径(Dijskal算法)

Dijkstra算法应用了贪心的思想,即“抄近路走”。维护两个集合A和B,A表示已确定最短路径的结点集(红色表示), B表示邻居结点(蓝色表示)。...

2020-10-23
1

jQuery根据填写的input的数值导出excel表格

需求: 在输入框里面填写厂区ID或者填写建筑物ID之后 点击导出报表的按钮 会将input输入框里面填写的数据作为参数 调用导出接口的时候传给后端

2020-10-23
1