C++程序  |  5行  |  64 B

#ifndef PATH1_H
#define PATH1_H
extern int path1(int x);
#endif