123456789
int main() { double N=1, P=1, M=1, L=1; M=(((P/1200)*pow((1+P/1200),N))/(pow((1+P/1200),N)-1))*L; }
#include <cmath>
pow()