ACM_思维
chudongfang2015
开心开心!!!!!!
展开
-
[思维]K - K.Bro Sorting HDU - 5122
K - K.Bro Sorting HDU - 5122 Matt’s friend K.Bro is an ACMer. Yesterday, K.Bro learnt an algorithm: Bubble sort. Bubble sort will compare each pair of adjacent items and swap t原创 2017-09-06 21:55:12 · 320 阅读 · 0 评论 -
A Cache Simulator 组成原理 2017 ACM-ICPC 亚洲区(南宁赛区)网络赛
题目链接会了组成原理,这就道水题 详见https://wenku.baidu.com/view/6ad6e27f76c66137ee061990.html#include<bits/stdc++.h> using namespace std; typedef long long ll;ll a[(1<<6)+1];char s[100];int main() {// freopen("data原创 2017-09-24 21:52:49 · 846 阅读 · 0 评论 -
Maximum Flow 规律题 2017 ACM-ICPC 亚洲区(西安赛区)网络赛
Given a directed graph with nn nodes, labeled 0,1, \cdots, n-10,1,⋯,n−1. For each <i, j>i,j> satisfies 0 \le i 0≤ijn, there exists an edge from the i-th node to the j-th node, the capacity原创 2017-09-21 00:04:49 · 372 阅读 · 0 评论