Chắc suất Đại học top - Giữ chỗ ngay!! ĐĂNG BÀI NGAY để cùng trao đổi với các thành viên siêu nhiệt tình & dễ thương trên diễn đàn.
Nhập vào dãy n số thực. Tính tổng dãy.
#include <iostream>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
using namespace std;
int main()
{
float a[100],tongchan,tongle,S,TB,tongam,tongduong;
int n,i,c;
cout <<"Nhap so phan tu cua day n= ";
scanf ("%d",&n);
for (i=1;i<=n;i++)
{
printf ("a[%d]=",i);
scanf ("%f",&a);
}
S=0;
for (i=1;i<=n;i++)
{
S+=a;
}
return 0;
}
code này của mình sao ko chạy đc v ạ??
#include <iostream>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
using namespace std;
int main()
{
float a[100],tongchan,tongle,S,TB,tongam,tongduong;
int n,i,c;
cout <<"Nhap so phan tu cua day n= ";
scanf ("%d",&n);
for (i=1;i<=n;i++)
{
printf ("a[%d]=",i);
scanf ("%f",&a);
}
S=0;
for (i=1;i<=n;i++)
{
S+=a;
}
return 0;
}
code này của mình sao ko chạy đc v ạ??