uva 156 Ananagrams
摘要:
一次就AC了,而且做道题目用时极少,状态来了,挡都挡不住,哈哈View Code #include#include#include#includeint cmp(const void *a,const void *b){ return *(char *)a - *(char *)b;}int ... 阅读全文
posted @ 2012-07-16 20:06
Nice!
阅读(217)
评论(0)
推荐(0)