// Online C compiler to run C program online
#include <stdio.h>

int main() {
    int i = 36666666;
    int k = 36666666;
    int m;
    int n= 1600000;
    // Write C code here
    for(int l=1;l<60;l++)
   { 
     m =i*0.0805;
     
     m=(m-1500000)*0.686+1500000-145600;
     i = i+m-n;
     k=k*1.06;
     n= n*1.06;
     
printf("\nafter year %d,value of 3.66cr should have been %d but actually is%d",l,k,i);

   }
   

    return 0;
}
