int a, b, c, d, e, f, g, h, i, j, k, j, k, l, r;
int prd(int x, int y)
{
return x*y;
}
int main( void )
{
 r = prd(a,b) +  prd(c,d) + prd(e,f);
}
