题解列表

筛选

note an easy problem2

摘要:哈哈哈#includeint main(){    int strcpy_my(int n, char c[], int m);    int n, m;    char a[100];    sca……

数字整除-题解(Python代码)

摘要:解题思路:没什么难点,注意利用好py的切片机制。注意事项:参考代码:while(1):             str=input()         if(str[0]=='0&#39……
优质题解

IP判断正则表达式-题解(Python代码)

摘要:~~C++党写python题解可还行。~~ # Part -1 前置算法 你需要了解python的基本语法。 # Part 1 概述 正则表达式是一种~~语言~~快速匹配字符串……