00:09
3月 12, 2021
Skipping Git submodules setupsection_end:1615527276:get_sourcessection_start:1615527276:restore_cachesection_end:1615527277:restore_cachesection_start:1615527277:download_artifactssection_end:1615527279:download_artifactssection_start:1615527279:build_script$ makegcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -c hello.c -o hello.ogcc ./hello.o -o app.exe$ score=60$ count=$(find . -name "input*.txt" | wc -l)$ for i in $(seq 1 1 $count); do ./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 execscore.sh $score; done/bin/bash: eval: line 74: syntax error near unexpected token `execscore.sh'section_end:1615527280:build_scriptsection_start:1615527280:after_scriptsection_end:1615527282:after_scriptERROR: Job failed: exit code 2