0_0_30673825_26424.cpp:46:3: error: stray '#' in program
} #include<iostream>
^
0_0_30673825_26424.cpp:46:4: error: 'include' does not name a type
} #include<iostream>
^
0_0_30673825_26424.cpp: In function 'int main()':
0_0_30673825_26424.cpp:50:5: error: redefinition of 'int main()'
int main(){
^
0_0_30673825_26424.cpp:5:5: note: 'int main()' previously defined here
int main(){
^
|