<![CDATA[Messages posted by "khanh120"]]> /hvaonline/posts/listByUser/191341.html JForum - http://www.jforum.net Xin hỏi về trapping trong nagios /hvaonline/posts/preList/45376/279342.html#279342 /hvaonline/posts/preList/45376/279342.html#279342 GMT Dùng file để nhập xuất từ file thay cho việc nhập bằng bàn phím Code:
#include<stdio.h>
int ghiFile(char *FlieName,int m)
{
	FILE *f=fopen(FlieName,"wt");
	if(f==NULL) return 0;
	int tongUS=0;
	for(int j=6;j<m;j++)
	{
		for(int i=1;i<j;i++)
			if(j%i==0)
				tongUS+=i;
		if(j==tongUS)
		{
			fprintf(f,"%d  ",j);
		}
		tongUS=0;
	}
	fclose(f);
	return 1;
}
int docFile(char *FlieName,int &m)
{
	FILE *f=fopen(FlieName,"r");
	if(f==NULL)
	return 0;
	fscanf(f,"%d",&m);
	fclose(f);
	return 1;
}
void main()
{
	int m;
	int kq=docFile("D:/data.in",m);
	if(kq==0)
		printf("\n loi doc file");
	else
		printf("\n doc flie thanh cong");
	printf("\n");
	kq=ghiFile("D:/data.out",m);
	if(kq==0)
		printf("\n loi ghi file");
	else
		printf("\n ghi flie thanh cong");
	printf("\n");
}
]]>
/hvaonline/posts/preList/29496/181670.html#181670 /hvaonline/posts/preList/29496/181670.html#181670 GMT
Re: ai chỉ giúp e bài lập trình c này với /hvaonline/posts/preList/28023/172739.html#172739 /hvaonline/posts/preList/28023/172739.html#172739 GMT Re: ai chỉ giúp e bài lập trình c này với /hvaonline/posts/preList/28023/172215.html#172215 /hvaonline/posts/preList/28023/172215.html#172215 GMT Re: ai chỉ giúp e bài lập trình c này với /hvaonline/posts/preList/28023/172213.html#172213 /hvaonline/posts/preList/28023/172213.html#172213 GMT Re: ai chỉ giúp e bài lập trình c này với /hvaonline/posts/preList/28023/172123.html#172123 /hvaonline/posts/preList/28023/172123.html#172123 GMT