随笔分类 - 找实习刷题
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...
阅读全文
摘要:题目描述:传统的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...
阅读全文

浙公网安备 33010602011771号