题目链接: "HDU 2512" Problem Description 因为长期钻研算法, 无暇顾及个人问题,BUAA ACM/ICPC 训练小组的帅哥们大部分都是单身。某天,他们在机房商量一个绝妙的计划"一卡通大冒险"。这个计划是由wf最先提出来的,计划的内容是,把自己的联系方式写在校园一卡通的 ...
分类:
其他好文 时间:
2019-11-17 23:40:54
阅读次数:
110
最近事务繁多,很久没写文章了。正好趁刚换新队友的第一场训练,记录一下。 题目中规中矩。 A: solver:lzh 完全没看,好像是个傻逼题。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main() { 4 int a, b, n; ...
分类:
其他好文 时间:
2019-11-17 20:55:57
阅读次数:
84
https://codeforces.com/gym/102411/problem/M ICPC 2019-2020 North-Western Russia Regional Contest ...
分类:
其他好文 时间:
2019-11-15 20:26:40
阅读次数:
51
2019 ICPC NERC https://codeforces.com/contest/1250 A 结构体模拟 结构体维护当前pos,maxpos 和 minpos。pos数组维护位置i的id是多少。 1 #include<bits/stdc++.h> 2 using namespace st ...
分类:
其他好文 时间:
2019-11-14 18:28:15
阅读次数:
107
A. Hard to prepare After Incident, a feast is usually held in Hakurei Shrine. This time Reimu asked Kokoro to deliver a Nogaku show during the feast. ...
分类:
其他好文 时间:
2019-11-10 19:42:58
阅读次数:
122
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:
其他好文 时间:
2019-11-09 21:43:23
阅读次数:
113
小牧又偷懒了,最近两天发生了很多事,小牧彻底变单身,不回头,一切向ICPC看起,生活还要继续,即使全世界都不在意你,你也要自强不息,当你变得优秀的时候这些都是你的故事。生活还要继续,我还要我的金牌而努力。 今天呢补一下之前的div2 通天路 A题 题意:k次询问,每次给你一个数n,然后给你n个数表示 ...
分类:
其他好文 时间:
2019-11-09 21:26:50
阅读次数:
81
Pathfinding is a task of finding a route between two points. It often appears in many problems. For example, in a GPS navigation software where a driv ...
分类:
其他好文 时间:
2019-11-09 12:09:09
阅读次数:
107
As you might already know, space has always been a problem in ICPC Jakarta. To cope with this, ICPC Jakarta is planning to build two new buildings. Th ...
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F|G|H|I|J|K|L|M|N| |: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :| |9/14|O|O|O| |O| ...
分类:
其他好文 时间:
2019-11-03 10:42:53
阅读次数:
131