侧边栏
首页代码
摘要: #include<bits/stdc++.h>using namespace std;set<string> dict;int main(){ string s, buf; while(cin >> s) { for(int i = 0;i < s.length();i++) { if(isalph 阅读全文
posted @ 2020-10-16 22:26 AlexStraightUp 阅读(79) 评论(0) 推荐(0)
页脚HTML代码