A substring of a string T is defined as: T(i, k)=TiTi+1...Ti+k-1, 1≤i≤i+k-1≤|T|. Given two strings A, B and one integer K, we define S, a set of tripl ...
分类:
编程语言 时间:
2020-07-11 13:09:02
阅读次数:
71
题目 Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contains only characters 1 or 0. Exampl ...
分类:
其他好文 时间:
2020-07-10 20:58:33
阅读次数:
56
1. 用Stegsolve打开图片,并提取数据。 2. 由上图,我们看到了zip的文件头[1]:504B0304,因此用zip格式SaveBin,如flag.zip 3. 解压得到的压缩包,得到文件1 4. 在kali中,`file 1`有以下信息 5. `strings 1`获取该文件中的字符串, ...
分类:
其他好文 时间:
2020-07-10 15:10:50
阅读次数:
73
package LeetCode_680 /** * 680. Valid Palindrome II * https://leetcode.com/problems/delete-operation-for-two-strings/description/ * * Given two words ...
分类:
其他好文 时间:
2020-07-10 09:29:42
阅读次数:
68
[C 语言中文开发手册strncpy (Strings) - C 中文开发手册在头文件中定义???(1)?char * strncpy(char * dest,const char * src,size_t count);(直到C99)char * strncpy(char * restrict d... ...
分类:
其他好文 时间:
2020-07-09 10:37:56
阅读次数:
87
攻防世界misc———János-the-Ripper 附件题目,题目的文件名为:misc100。 下载后,拖入linux中,binwalk发现有隐藏文件。用“strings János-the-Ripper|grep flag"可以发现文件中有flag.txt。 用winhex打开文件,发现文件头 ...
分类:
其他好文 时间:
2020-07-08 09:16:31
阅读次数:
91
gate 一年前做的. 求一个字符串由多少个循环节构成. KMP. 结论:若$n % (n-next[n]) \not= 0$则不是由循环节构成的. 否则,答案为$n/(n-next[n])$. code #include<cstdio> #include<iostream> #include<cm ...
分类:
其他好文 时间:
2020-07-01 09:51:14
阅读次数:
65
package main import ( "fmt" "strings" "bytes" ) func main(){ s := "Hello, World!" //Count计算字符串sep在s中的非重叠个数:2 //func Count(s, sep string) int fmt.Print ...
分类:
其他好文 时间:
2020-06-30 18:54:26
阅读次数:
58
Multiply Strings (M) 题目 Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as ...
分类:
其他好文 时间:
2020-06-29 09:55:34
阅读次数:
55
//ItwilloutputtheObjective-Cclassstructuresandtheirdefinedmethods.otool-ovdemo//查看方法,变量显示符号表strings--a-archarmv7"fqsdk">test5.txtstrings--a-archarmv7"二进制文件名">test4.txt//.mobi
分类:
移动开发 时间:
2020-06-28 18:44:38
阅读次数:
90