0_0_25610876_15264.cpp:47:2: error: stray '#' in program
}#include<iostream>
^
0_0_25610876_15264.cpp:47:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_25610876_15264.cpp: In function 'void Stern_Brocot_tree(double)':
0_0_25610876_15264.cpp:51:6: error: redefinition of 'void Stern_Brocot_tree(double)'
void Stern_Brocot_tree(double target){
^
0_0_25610876_15264.cpp:5:6: note: 'void Stern_Brocot_tree(double)' previously defined here
void Stern_Brocot_tree(double target){
^
0_0_25610876_15264.cpp: In function 'int main()':
0_0_25610876_15264.cpp:80:5: error: redefinition of 'int main()'
int main()
^
0_0_25610876_15264.cpp:34:5: note: 'int main()' previously defined here
int main()
^
|