会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
因为痛,所以叫青春
我有一个梦想:穷屌丝变身富屌丝
博客园
首页
新随笔
联系
订阅
管理
公告
2012年7月16日
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!
阅读(209)
评论(0)
推荐(0)
编辑
uva120 Stacks of Flapjacks
摘要: 郁闷View Code #include#includeint cmp(const void *a,const void *b){ return *(int *)a - *(int *)b;}int main(){ int a[102] = {0}, b[102], top = 0; ...
阅读全文
posted @ 2012-07-16 15:41 Nice!
阅读(271)
评论(0)
推荐(0)
编辑