0_0_36573086_1892.cpp:28:23: error: expected initializer before 'v'
double h[MAXN],w[MAXN]v[MAXN];
^
0_0_36573086_1892.cpp: In function 'double qsum(double)':
0_0_36573086_1892.cpp:35:18: error: 'v' was not declared in this scope
now+=v[i]*pow((h[i]-line)/h[i],3)
^
0_0_36573086_1892.cpp: In function 'int solve()':
0_0_36573086_1892.cpp:42:30: error: 'w' was not declared in this scope
for(int i=0;i<n;i++)cin>>w[i];
^
0_0_36573086_1892.cpp:45:9: error: 'v' was not declared in this scope
v[i]=h[i]*w[i]*w[i]/3;
^
0_0_36573086_1892.cpp:45:19: error: 'w' was not declared in this scope
v[i]=h[i]*w[i]*w[i]/3;
^
|