0_0_35616013_27980.cpp: In function 'int main()':
0_0_35616013_27980.cpp:53:9: error: expected ';' before 'for'
for(int i = 1; i < n; ++i)
^
0_0_35616013_27980.cpp:53:24: error: 'i' was not declared in this scope
for(int i = 1; i < n; ++i)
^
0_0_35616013_27980.cpp:59:25: error: 'pro0_aver' was not declared in this scope
printf("%.2lf", pro0_aver[0])
^
0_0_35616013_27980.cpp:60:24: error: 'j' was not declared in this scope
for(int j = 1; j < m; ++j)
^
|