00:08
3月 12, 2021
Skipping Git submodules setupsection_end:1615528096:get_sourcessection_start:1615528096:restore_cachesection_end:1615528097:restore_cachesection_start:1615528097:download_artifactssection_end:1615528099:download_artifactssection_start:1615528099: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; let score+=40/$count; if [ $i == $count ]; then score=100; fi source execscore.sh $score; done/bin/bash: eval: line 74: syntax error near unexpected token `source'section_end:1615528100:build_scriptsection_start:1615528100:after_scriptsection_end:1615528102:after_scriptERROR: Job failed: exit code 2