摘要:
问题 A: 【杂题】排序 题目描述 有一列数,要对其进行排序(升序)。排序只能通过交换来实现。每次交换,可以选择这列数中的任意两个,交换他们的位置,并且交换的代价为这两个数的和。排序的总代价是排序过程中所有交换代价之和。现要求计算,对于任意给出的一列数,要将其排成升序所需的最小代价。 输入 输入包含 阅读全文
摘要:
Nastya Studies Informatics time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Today on Infor 阅读全文
摘要:
poj主席树裸题 http://poj.org/problem?id=2104 mark一下主席树的写法以及离散化的方法 #include<iostream> #include<algorithm> #define M 200005 using namespace std; int tot=0; s 阅读全文
摘要:
我之所以在选专业的时候选择软工,就是因为高中时对编程的一腔热血。因此我在大学就毫无犹豫的选择了acm,我也希望能通过这大半年的学习在18年的省赛上取得一个好成绩。高中时我的最后一场noip省赛,因为我的粗心,导致我没有拿到省一等奖,那也是我们学校唯一 一次没出省一等奖的一次。因此我其实特别渴望在大一 阅读全文
摘要:
Description: Goldbach's conjecture is one of the oldest and best-known unsolved problems in number theory and all of mathematics. It states: Every eve 阅读全文
摘要:
5092: Honey Heist 题目描述 0x67 is a scout ant searching for food and discovers a beehive nearby. As it approaches the honeycomb,0x67 can sense an area in 阅读全文