这里总结了十道python编程的算法题,不喜勿喷,无聊的时候可以看看,当然在看之前不要吝啬你的手,给博主点个赞加个关注~~~~~~~~
点赞再看养成习惯~~
博客:https://blog.csdn.net/ywsydwsbn
The first blood
题面:给出一篇文章,找出其中包含的所有不同单词(不区分大小写),转成小写并按字典序输出。
#include <bits/stdc++.h>
using namespace std;
int main(