int main()
{
int a = 20000
int b = 2 *(a-5000);
int result = 0;
for(int I = 2; I<= 12; i++){
Result+= b;
b = 2 *(b-5000);
}
Printf("result = %d\n ",result);
Returns 0;