哪位大佬帮我看看这个对拍写的对不对qwq
#include<bits/stdc++.h>
#include<windows.h>
#define inf INT_MAX
using namespace std;
int main(){
int i=0;
while(1)
{
system("C:\\Users\\86189\\Desktop\\mining\\shuju.exe");
system("C:\\Users\\86189\\Desktop\\mining\\bc.exe");
system("C:\\Users\\86189\\Desktop\\mining\\my.exe");
cout<<"test"<<++i<<":";
string x;
freopen("bc.txt","r",stdin);
cin>>x;
string y;
freopen("my.txt","r",stdin);
cin>>y;;
if(x!=y)
{
cout<<"NO";
break;
}
cout<<"YES"<<endl;
}
return 0;
}