C++程序  |  5行  |  64 B

#ifndef PATH2_H
#define PATH2_H
extern int path2(int x);
#endif