0_0_39545445_18958.cpp:39:2: error: stray '#' in program
39 | }#include <iostream>
| ^
0_0_39545445_18958.cpp:39:3: error: 'include' does not name a type
39 | }#include <iostream>
| ^~~~~~~
0_0_39545445_18958.cpp:44:5: error: redefinition of 'int n'
44 | int n,m;
| ^
0_0_39545445_18958.cpp:6:5: note: 'int n' previously declared here
6 | int n,m;
| ^
0_0_39545445_18958.cpp:44:7: error: redefinition of 'int m'
44 | int n,m;
| ^
0_0_39545445_18958.cpp:6:7: note: 'int m' previously declared here
6 | int n,m;
| ^
0_0_39545445_18958.cpp:45:5: error: redefinition of 'int a [11]'
45 | int a[11];
| ^
0_0_39545445_18958.cpp:7:5: note: 'int a [11]' previously declared here
7 | int a[11];
| ^
0_0_39545445_18958.cpp:46:8: error: redefinition of 'double fac [11]'
46 | double fac[11];
| ^~~
0_0_39545445_18958.cpp:8:8: note: 'double fac [11]' previously declared here
8 | double fac[11];
| ^~~
0_0_39545445_18958.cpp:47:8: error: redefinition of 'double C [11]'
47 | double C[11],D[22];
| ^
0_0_39545445_18958.cpp:9:8: note: 'double C [11]' previously declared here
9 | double C[11],D[22];
| ^
0_0_39545445_18958.cpp:47:14: error: redefinition of 'double D [22]'
47 | double C[11],D[22];
| ^
0_0_39545445_18958.cpp:9:14: note: 'double D [22]' previously declared here
9 | double C[11],D[22];
| ^
0_0_39545445_18958.cpp:49:6: error: redefinition of 'void init()'
49 | void init(){//¼ÆËã½×³Ë
| ^~~~
0_0_39545445_18958.cpp:11:6: note: 'void init()' previously defined here
11 | void init(){//¼ÆËã½×³Ë
| ^~~~
0_0_39545445_18958.cpp:54:8: error: redefinition of 'double calc()'
54 | double calc(){
| ^~~~
0_0_39545445_18958.cpp:16:8: note: 'double calc()' previously defined here
16 | double calc(){
| ^~~~
0_0_39545445_18958.cpp:69:5: error: redefinition of 'int main()'
69 | int main(){
| ^~~~
0_0_39545445_18958.cpp:31:5: note: 'int main()' previously defined here
31 | int main(){
| ^~~~
|