摘要:
NYOJ 描述 Shining Knight is the embodiment of justice and he has a very sharp sword can even cleave wall. Many bad guys are dead on his sword. One day, 阅读全文
摘要:
解决问题 的方法 千千万 在这里我就写一种自己认为比较好的 排序思想吧 . 最初的时候 我想的是 这样的 #include<cstdio> #include<algorithm> using namespace std; bool cmp(int a[],int b[]) { return a[0] 阅读全文
摘要:
#include<iostream> #include<string> #include<set> #include<sstream> using namespace std; set<string> dict; //string集合 int main { string s,buf; while(c 阅读全文