牛客99414580号
牛客99414580号
全部文章
分类
题解(8)
归档
标签
去牛客网
登录
/
注册
牛客99414580号的博客
全部文章
(共13篇)
题解 | #旋转字符串#
/** * 旋转字符串 * @param A string字符串 * @param B string字符串 * @return bool布尔型 * * C语言声明定义全局变量请加上static,防止重复定义 */ #include <stdbool.h> #includ...
C
字符串
2022-06-20
0
297
题解 | #懂二进制#
//先标记不同的bit //然后数这个flag里有多少个1 int countBitDiff(int m, int n ) { // write code her...
C
数学
2022-06-19
0
271
题解 | #二进制中1的个数#
int NumberOf1(int n ) { // write code here int i = 0...
C
2022-06-19
0
196
首页
上一页
1
2
下一页
末页