摘要:
题目 题目 分析 练习STL 代码 cpp include using namespace std; int main() { int n; while(scanf("%d",&n) && n!=0) { queue q; printf("Di 阅读全文
摘要:
题目 题目 分析 自认已经很简洁了,虽说牺牲了一些效率 代码 cpp include using namespace std; set m; string s[120003]; int main() { int n; while(cin s[n 阅读全文
摘要:
题目 题目 分析 练习STL 代码 cpp include using namespace std; int main() { int t; scanf("%d",&t); while(t ) { int n,m,a[105],cnt=0; q 阅读全文
摘要:
题目 题目 分析 算是个模拟吧 代码 cpp include using namespace std; map a[130]; char s[85]; int n[130]; int PosIs() { int len=strlen(s); f 阅读全文