1int j;
2
3void residual ()
4{
5  long double s;
6  for (j = 3; j < 9; j++)
7    s -= 3;
8}
9