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

更新 .gitlab-ci.yml

上级 54a02d1a
......@@ -29,7 +29,8 @@ case1:
- for i in $(seq 1 1 $count);
do
./app.exe < input${i}.txt > user_output${i}.txt;
source execscore.sh 60;
let score+=40/$count;
source execscore.sh $score;
done
# - ./app < input1.txt > user_output1.txt
# - diff output1.txt user_output1.txt -b -B -y -i -W 100
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论