8 lines
127 B
C
8 lines
127 B
C
|
#ifndef LICO_QUESTIONS_H
|
||
|
#define LICO_QUESTIONS_H
|
||
|
|
||
|
//1、字符串分割
|
||
|
void StringSegmentation();
|
||
|
|
||
|
#endif //LICO_QUESTIONS_H
|