电脑使用
- 对拍
#include<bits/stdc++.h>
using namespace std;
int main(){
int n=50;
for(int i=1;i<=n;i++){
system("rand.exe");
system("ab.exe");
system("a+b.exe");
if(system("fc a+b.out ab.out"))
break;
}
return 0;
}
不可以将文件名写成 a+b(brute).out,会运行不了。(可用下划线代替,如a+b_1.out)
fc in cmd
方法一:直接找(不推荐)
例如:此电脑 $\to$ 系统 $\to$ 用户 $\to$ (用户名,Administrator)$\to$ 文档 。
方法二:右键文件 $\to$ 属性 $\to$ 位置,复制了丢上面。
两种方法最后都要把上面删掉换成 cmd。

浙公网安备 33010602011771号