0_0_13601325_16878.cpp: In function 'int main()':
0_0_13601325_16878.cpp:23:5: error: 'po' was not declared in this scope
po[i][0] = w;
^
0_0_13601325_16878.cpp:23:8: error: 'i' was not declared in this scope
po[i][0] = w;
^
0_0_13601325_16878.cpp:29:4: error: 'po' was not declared in this scope
po[i][0] = w - youchang;
^
0_0_13601325_16878.cpp:29:7: error: 'i' was not declared in this scope
po[i][0] = w - youchang;
^
0_0_13601325_16878.cpp:35:4: error: 'po' was not declared in this scope
po[i][0] = w - youchang;
^
0_0_13601325_16878.cpp:35:7: error: 'i' was not declared in this scope
po[i][0] = w - youchang;
^
0_0_13601325_16878.cpp:38:23: error: 'po' was not declared in this scope
double shengchang = po[i - 1][0];
^
0_0_13601325_16878.cpp:38:26: error: 'i' was not declared in this scope
double shengchang = po[i - 1][0];
^
|