摘要:
《算法笔记》3.6小节——入门模拟->字符串处理 例题I 回文串没有难度,从[0到len/2-1]就可以 #include<stdio.h> #include<string.h> bool pd(char a[]) { int len=strlen(a); if(len==0||len==1) re 阅读全文
posted @ 2019-08-23 10:29
ltx_zero
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号