- 博客(5)
- 资源 (2)
- 收藏
- 关注
转载 最大公约数
可以用_gcd(a, b)函数求a与b的最大公约数转载于:https://www.cnblogs.com/gbtj/p/11594338.html
2019-09-26 20:47:00 120
转载 2019个人训练赛第二场-A - BowWow and the Timetable
题意:大概就是给你一串二进制的数,然后让你求log(4)s吧,刚开始找错方向,先把它转成十进制,结果数太大解决方法:大概是分析这个数如果正好是4的幂次方的话在二进制的表示里应该只有一个1,所以分析数的长度就可以#include<bits/stdc++.h>using namespace std;int main(){ st...
2019-09-16 19:01:00 120
转载 2019个人训练赛-F - Two Small Strings
You are given two strings ss and tt both of length 22 and both consisting only of characters 'a', 'b' and 'c'.Possible examples of strings ss and tt : "ab", "ca", "bb".You have to find a stri...
2019-09-08 21:46:00 139
转载 2019年个人训练赛第一场-E - Equalizing by Division (hard version)
The only difference between easy and hard versions is the number of elements in the array.You are given an array aa consisting of nn integers. In one move you can choose any aiai and divide it ...
2019-09-08 18:44:00 143
转载 洛谷-P1036 选数(dfs)
题目描述已知 nnn 个整数 x1,x2,…,xnx_1,x_2,…,x_nx1,x2,…,xn,以及111个整数kkk(k<nk<nk<n)。从nnn个整数中任选kkk个整数相加,可分别得到一系列的和。例如当n=4,k=3n=4,k=3n=4,k=3,444个整数分别为3,7,12,193,7,12,193,7,12,19时,可得全部的组合与它们的和为:...
2019-07-05 22:29:00 267
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人