int sum=0;

int j;

double f;

 for(j=1;j<10;j++)

{int f=pow(10.0,j);

sum+=j;}


이렇게 하는데 안되요.......