bài tập c hàm+mảng 2 chiều

các bác giúp e chỉ lỗi sai với

int kthh(int q)
{
	int s=0;
	for (int k=0;k<q/2;k++)
	if(q%k==0)
	s+=k;
	if(s==q)
	return 1;
	else 
	return 0;
}
int hh(int b[11][11],int a,int c)
{
	int de=0;
	for(int i=0;i<a;i++)
	for(int j=0;j<c;j++)
	if(kthh(b[i][j]))
	de++;
	return de;
}

k<=q/2

Bạn đọc trước topic này rồi sửa lại câu hỏi cho mình nhé :smile:

This topic was automatically closed after 60 minutes. New replies are no longer allowed.

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