pointers and dynamic memory
ALDNOAH_ZERO
刷题与作业题为主
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1003. Sorting
Time Limit: 1sec Memory Limit:256MB Description Implement a sort function that returns a new sorted array. The function header is: int *sort(const int * const array, int size); Hint原创 2015-05-17 16:19:38 · 1048 阅读 · 0 评论 -
1002. Checking substring
Time Limit: 1sec Memory Limit:256MB Description Write a function to check whether string s1 is a substring of string s2. The function returns the first index in s2 if there is a match. Otherw原创 2015-05-17 16:24:01 · 1025 阅读 · 0 评论
分享