MacBuilder
2018-09-26 289cf06c44b9686d0422d3556e9bf5af7b694c19
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  A_half_past.h
//  Unity-iPhone
//
//  Created by eliolu on 2018/3/19.
//
 
#import <Foundation/Foundation.h>
 
@interface A_half_past : NSObject
 
int binary_search(int* a, int len, int goal);
 
@end