uva400 - Unix ls
摘要:
郁闷啊View Code #include#include#includeint cmp(const void *a,const void *b){ return (strcmp((char*)a,(char*)b));}int main(){ char st[103][90]; ... 阅读全文
posted @ 2012-07-17 09:21
Nice!
阅读(271)
评论(0)
推荐(0)
浙公网安备 33010602011771号