Mọi người giúp em lỗi này với ạ 
#include < stdio.h >
#include < conio.h >
void main()
{
int i=0,n;
long s=0;
printf ("Nhap vao so nguyen n : ");
scanf_s ("%d",&n);
while (i<=n)
{
s=s+i*i ; i++;
}
printf ("Ket qua la s=%d",s);
getch();
}
Lỗi unable to star program .D:\laptrinh\1513004_tuan3_ca1\Debug\1513004_tuan3_ca1.exe’.
The system cannot find the file specified
Sorry em uploading ảnh hoài ko được :((




83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?