// baiso8.cpp : Defines the entry point for the console application.
// code Du~ng NV
#include"stdafx.h"
#include<conio.h>
#include<stdio.h>
unsignedlong tong(intn)
{
inti;
unsignedlong s=0;
for(i=1;i<=n;i++)
s+=i*(i+1)*(i+2);
returns;
}
int_tmain(int argc, _TCHAR* argv[])
{
intn;
printf("\nNhap N= ");
scanf("%d",&n);
printf("\n Tong s = %lu",tong(n));
getch();
return0;
}
No comments:
Post a Comment