00:08
3月 12, 2021
Skipping Git submodules setupsection_end:1615528194:get_sourcessection_start:1615528194:restore_cachesection_end:1615528195:restore_cachesection_start:1615528195:download_artifactssection_end:1615528196:download_artifactssection_start:1615528196: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 done/bin/bash: eval: line 74: syntax error near unexpected token `;'section_end:1615528198:build_scriptsection_start:1615528198:after_scriptsection_end:1615528199:after_scriptERROR: Job failed: exit code 2