#ifndef __AREA_H__
#define __AREA_H__
// 条件编译
#if __cplusplus
extern "C"
{
#endif
double S(double r);
}