随笔分类 -  找实习刷题

hihocoder、POJ、leetCode
摘要:Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example:Given "25525511135",return ["25... 阅读全文
posted @ 2015-01-22 14:05 一梦轻枫 阅读(135) 评论(0) 推荐(0)
摘要:题目描述:传统的A+B题使用语言:C代码:#include int main(void){ int a,b; while((scanf("%d %d",&a, &b))!=EOF){ printf("%d\n",a+b); } return 0;}RE:scan... 阅读全文
posted @ 2015-01-17 18:29 一梦轻枫 阅读(464) 评论(0) 推荐(0)