duipai.sh-对拍脚本


#!/bin/bash

while ./data > in.txt && ./a < in.txt > out.txt && ./std < in.txt > std.txt && diff out.txt std.txt; do
    echo "no problem meow!"
done
,

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注