M Celsius_to_Fahrenheit_converter.cpp => Celsius_to_Fahrenheit_converter.cpp +1 -1
@@ 1,4 1,4 @@
-#include <iostream>
+#include <iostream>
using namespace std;
double converter(int celsius);
M Light_years_to_Astronomical_Units_Converter.cpp => Light_years_to_Astronomical_Units_Converter.cpp +1 -1
@@ 1,4 1,4 @@
-#include <iostream>
+#include <iostream>
using namespace std;
M decimal2binary.cpp => decimal2binary.cpp +1 -1
@@ 1,4 1,4 @@
-#include <cstdlib>
+#include <cstdlib>
#include <iostream>
int HHH(unsigned int a, int n);
M fibonacci.cpp => fibonacci.cpp +1 -1
@@ 1,4 1,4 @@
-#include <iostream>
+#include <iostream>
int fib(int n);
M math_stat.cpp => math_stat.cpp +1 -1
@@ 1,4 1,4 @@
-#include <cmath>
+#include <cmath>
#include <iostream>
long long fib(long long n);