摘要:
Description 给出N个D维空间的点。求出曼哈顿距离最大的两个点的曼哈顿距离。两个点(x1,x2,…,xd)、(X1,X2,…XD)的曼哈顿距离为|x1 X1|+|x2 X2|+…+|xd XD|。 Input 第一行两个整数N,D(1 include using namespace std 阅读全文
摘要:
Description Mr Cheng is a collector of old Chinese porcelain, more specifically late 15th century Feng dynasty vases. The art of vase making at this t 阅读全文
摘要:
Description Alas! A set of D (1 include using namespace std; const int N=1001,D=20; int n,d,k,Ans; int two[D],cow[N]; void Dfs(int id,int pre,int nw)/ 阅读全文
摘要:
Description 约翰和贝茜在玩一个方块游戏.编号为1到n的n(1≤n≤30000)个方块正放在地上.每个构成一个立方柱. 游戏开始后,约翰会给贝茜发出P(1≤P≤100000)个指令.指令有两种: 1. 移动(M):将包含X的立方柱移动到包含Y的立方柱上. 2. 统计(C):统计名含X的立方 阅读全文