摘要: ```bash #!/bin/bash while true; do ./data ./std ./Todobe if diff std.out Todobe.out; then printf "AC\n" else printf "Wa\n" exit 0 fi done ``` 阅读全文
posted @ 2018-01-15 17:17 dyx_diversion 阅读(137) 评论(0) 推荐(0) 编辑