1

我想在 Windows 上写一个自动代码判断。现在我需要将测试程序的输出与正确的输出进行比较。我知道我需要使用“fc”,但我不知道如何在 Unix 中编写这样的命令:

./hello.out < 1.in | diff - 1.out

在 Windows 中:

hello.exe < 1.in | fc ??? 1.out (How to write?)
4

0 回答 0