练习6.8 #pragma once #ifndef Chapter6 #define Chapter6 int fact(int val); double absolute(double val); #endif