文件比较

#include <bits/stdc++.h>  
using namespace std;
int main()
{
	if (system("fc xx.out xxx.out")) return 0;
	return 0;
}
posted @ 2026-06-05 10:58  msjing  阅读(8)  评论(0)    收藏  举报