提交 d71c71df 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 84ec8108
...@@ -30,10 +30,9 @@ case1: ...@@ -30,10 +30,9 @@ case1:
do do
./app.exe < input${i}.txt > user_output${i}.txt; ./app.exe < input${i}.txt > user_output${i}.txt;
let score+=40/$count; let score+=40/$count;
if [ $i == $count ]; then if [ $i == $count ]; then;
score=100; score=100;
fi fi
source execscore.sh $score;
done done
# - ./app < input1.txt > user_output1.txt # - ./app < input1.txt > user_output1.txt
# - diff output1.txt user_output1.txt -b -B -y -i -W 100 # - diff output1.txt user_output1.txt -b -B -y -i -W 100
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论