摘要: #include#include#includeusing namespace std;int sumOfSub(int* a,int len){ if(a==NULL||lensum) sum=temp; } return sum;}int main(){ int a[10]={1,-2,3,... 阅读全文
posted @ 2015-09-18 21:23 小左手 阅读(75) 评论(0) 推荐(0)
摘要: #include#include#include#includeusing namespace std;char find(char * str){ if(str==NULL) return '\0'; int hash[256]; for(int i=0;i<256;i++) hash[i]=... 阅读全文
posted @ 2015-09-18 21:05 小左手 阅读(113) 评论(0) 推荐(0)