发表评论取消回复
相关阅读
相关 Codeforces Round #628 (Div. 2) A、B、C、D
[EhAb AnD gCd][] 题意:给你一整数x,让你求两个数a,b ,使得 gcd(a,b)+lcm(a,b)=x 题解:令a=1,b=x-1 即可。 code:
相关 Codeforces Round #402 (Div. 2) (A-D)
[CF \402 div2][CF _402 div2] A题: 数学。具体看代码吧。很容易明白的。 include<bits/stdc++.h> usi
相关 Codeforces Round #396 (Div. 2) E. Mahmoud and a xor trip(树形dp+二进制按位拆分)
[CF E][] 题解:给你一棵n个节点的树以及每个节点的权值,点权。dis(u,v)表示节点u到v路径上的异或和,求不大于i的节点与i组成的有序对的距离的和(1<=i<=n
相关 Codeforces Round #396 (Div. 2) D. Mahmoud and a Dictionary (并查集)
D. Mahmoud and a Dictionary time limit per test 4 seconds memory limit per test 256
相关 Codeforces Round #396 (Div. 2) C. Mahmoud and a Message (新手DP)
C. Mahmoud and a Message time limit per test 2 seconds memory limit per test 256 meg
相关 Codeforces Round #376A (div2)
Night at the Museum 题意: 有一个转盘,26个英文字母均匀分布在转盘边缘,转针初始位置在字母a,每次只能转动到相邻的字母,然后输入一个由26个字母组
相关 Codeforces Round #510 (Div. 2) D. Petya and Array
题目:[点击打开链接][Link 1] 题意:给定一个数组,问有多少个不同的区间\[l,r\] (l<=r)使得区间和小于给定的数t。 分析:先求个前缀和,则问题转化
相关 Codeforces Round #553 (Div. 2) (A,B,C,D)
终测一个题A,B被hack了。好好补题啦 题目链接:[https://codeforces.com/contest/1151][https_codeforces.com_co
相关 Codeforces Round #569 (Div. 2)A. Alex and a Rhombus
A. Alex and a Rhombus 题目链接:[http://codeforces.com/contest/1180/problem/A][http_codefo
相关 Codeforces Round #154 (Div. 2) A. Boys and Girls
题目:http://codeforces.com/problemset/problem/253/A 男女排队,男生多则男生站第一位 vice versa inclu
还没有评论,来说两句吧...