6 lines
71 B
C
6 lines
71 B
C
|
#include "area.h"
|
||
|
|
||
|
double S(double r)
|
||
|
{
|
||
|
return r * r * 3.1415926;
|
||
|
}
|