0
1
2
43
336
480
171
//Telecasting station 2013.7.22 #include #include using namespace std; const int MAX = 15005; const double EPS = 1e-6; typedef struct xp{ double x; double p; }xp; int n; xp p[MAX]; double ...