码迷,mamicode.com
首页 > 系统相关 > 详细

换Linux了

时间:2017-04-12 21:17:07      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:文件   size   color   out   不同   style   sof   退出   else   

。。。一把辛酸泪

码一下对拍程序:

 1     while true; do  
 2         ./3>4810.in #出数据  
 3         ./1<4810.in>cuo.out #被测程序  
 4         ./2<4810.in>dui.out #正确(暴力)程序  
 5         if diff dui.out cuo.out; then #比较两个输出文件  
 6             printf "AC\n"  #结果相同显示AC  
 7       
 8         elif diff -B -b dui.out cuo.out; then  
 9             printf "PE\n"  
10       
11         else  
12             printf "WA\n" #结果不同显示WA,并退出  
13             exit 0  
14         fi  
15     done  

还是有点难背

换Linux了

标签:文件   size   color   out   不同   style   sof   退出   else   

原文地址:http://www.cnblogs.com/wxxlouisa/p/6701384.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!