发表评论取消回复
相关阅读
相关 Codeforces Round #573 (Div. 2).A
A - Tokitsukaze and Enhancement 题目链接:[http://codeforces.com/contest/1191/problem/A][h
相关 Codeforces Round #572 (Div. 2) A.
A. Keanu Reeves 题目链接:[http://codeforces.com/contest/1189/problem/A][http_codeforces.c
相关 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 #619 (Div. 2):C. Ayoub's function
Discription Ayoub thinks that he is a very smart person, so he created a function f(s)
相关 Codeforces Round #618 (Div. 2):C. Anu Has a Function
Discription Anu has created her own function f: f(x,y)=(x|y)−y where | denotes the bit
相关 Codeforces Round #728 (Div. 2)a-c
https://codeforc.es/contest/1541 cf a b c a 给定一个数n,1 2 3 4 … n
相关 Codeforces Round #376A (div2)
Night at the Museum 题意: 有一个转盘,26个英文字母均匀分布在转盘边缘,转针初始位置在字母a,每次只能转动到相邻的字母,然后输入一个由26个字母组
相关 Codeforces Round #551 (Div. 2) (A,B,C)
一开始做出来两道题,提交第三题一直wa,就在这个时候A题突然被人hack了,啊啊啊~我是猪吗?!A题也能错! 刚刚看A题的时候,才发现怎么代码里还有一个n--,什么鬼?!一定
相关 Codeforces Round #553 (Div. 2) (A,B,C,D)
终测一个题A,B被hack了。好好补题啦 题目链接:[https://codeforces.com/contest/1151][https_codeforces.com_co
相关 C. Anu Has a Function(位运算&思维)
[题目][Link 1] 思路:对于两个二进制数f(x,y)=x|y-y 举两个例子 x 11101 y 10100 f(x,y)=01001 x 111111 y 10
还没有评论,来说两句吧...