copied the file from C-Plus-Plus/Decimal to Roman Numeral.cpp to C-Plus-Plus/Others/ directory to facilitate organizing.
Implemented an easier to implement and faster algorithm than the already present matrix exponentiation method. This is faster than matrix exponentiation method as it is a DP form of matrix exponentiation.
I changed datatype **int** to **long long**