#!/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
starryskymeow
您的邮箱地址不会被公开。 必填项已用 * 标注
评论 *
显示名称 *
邮箱 *
网站
在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。