热门标签
更多>
搜索结果
查询Tags标签: P49,共有 2条记录-
算法入门经典P49-3-7(回文串和镜像串)
#include<iostream> #include<string.h> #include<ctype.h> using namespace std; const char* rev = "A 3 HIL JM O 2TUVWXY51SE Z 8 "; const char*msg[] = {"not a palindrome","a regular parlindrome","…
2021/11/3 11:10:17 人评论 次浏览 -
算法入门经典P49-3-7(回文串和镜像串)
#include<iostream> #include<string.h> #include<ctype.h> using namespace std; const char* rev = "A 3 HIL JM O 2TUVWXY51SE Z 8 "; const char*msg[] = {"not a palindrome","a regular parlindrome","…
2021/11/3 11:10:17 人评论 次浏览