#include
const int MAX=105;
using namespace std;
typedef struct point
{
double x;
double y;
point(double a=0,double b=0) :x(a),y(b) {}
}P;
P po[MAX];
int n;
double areaCount()//可计算凹ro凸多边形
{
double ans=0;
for(int i=0;i>n,n)
{
for(i=0;i>po[i].x>>po[i].y;
double ans=areaCount();
printf("%.1lf\n",ans);
}
return 0;
}