All pastes #2046094 Raw Edit

Stuff

public text v1 · immutable
#2046094 ·published 2011-04-13 18:46 UTC
rendered paste body
for(i=0;i<n;i++)
{ 
  c[i]=0
  for(j=0;j<n;j++)
    {
     c[i]+=*(ai+j);
     }

)