x.c   [plain text]


f(m){int i,s=0;for(i=0;i<m;i++)s+=i;return s;}