00:08
3月 12, 2021
Skipping Git submodules setupsection_end:1615532820:get_sourcessection_start:1615532820:restore_cachesection_end:1615532821:restore_cachesection_start:1615532821:download_artifactssection_end:1615532823:download_artifactssection_start:1615532823:build_script$ makegcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -c main.c -o main.ogcc ./main.o -o app.exe$ score=60$ count=$(find . -name "input*.txt" | wc -l)$ for i in $(seq 1 1 $count); do echo "===================正在进行case${i}验证======================" ./app.exe < input${i}.txt > user_output${i}.txt; diff output${i}.txt user_output${i}.txt -b -B -y -i -W 100; let score+=40/$count; if [ $i == $count ]; then score=100; fi; source execscore.sh $score; donex = -1, y = x = -1 \ ===================正在进行case1验证=====================section_end:1615532824:build_scriptsection_start:1615532824:after_scriptsection_end:1615532825:after_scriptERROR: Job failed: exit code 1