1040. Longest Symmetric String (25)
摘要:
#include <iostream> #include <string.h> using namespace std; int main() { char s[1010]; gets(s); int len = strlen(s), i, count, res = 0, j, k; for(i = 阅读全文
posted @ 2025-11-23 17:04 王景迁 阅读(6) 评论(0) 推荐(0)
浙公网安备 33010602011771号