#include<stdio.h>
#include<conio.h>
void main()
{
int n,tong=0 ;
printf("\nnhap n:");
scanf("%d",&n);
for(int i=1;i<=n;i++)
tong=tong+i;
printf("\n ket qua= %d ",tong);
getch();
}
#include<conio.h>
void main()
{
int n,tong=0 ;
printf("\nnhap n:");
scanf("%d",&n);
for(int i=1;i<=n;i++)
tong=tong+i;
printf("\n ket qua= %d ",tong);
getch();
}
No comments:
Post a Comment
Cảm ơn bạn đã ghé thăm blog. Bạn thấy bài viết này như thế nào?