TRENER 给出一堆人的英文名字(全是小写字母),若有一些字母作为首字母出现不少于5次,则输出所有符合条件的字母。 每读入一个姓名,就给该姓名首字母的次数+1。最后扫一遍所有字母作为首字母出现的次数,大于等于5的输出。 #include<bits/stdc++.h>#define ll long long#define inf 999999999using namespace
这几天打开spyder运行,发现之前装的库都用不了了,就想重新配置一下,输入命令行之后就发现了这个: DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21