00:08
3月 12, 2021
Skipping Git submodules setupsection_end:1615526645:get_sourcessection_start:1615526645:restore_cachesection_end:1615526646:restore_cachesection_start:1615526646:download_artifactssection_end:1615526647:download_artifactssection_start:1615526647: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 echo "hello world"; done/bin/bash: eval: line 74: syntax error near unexpected token `done'section_end:1615526649:build_scriptsection_start:1615526649:after_scriptsection_end:1615526650:after_scriptERROR: Job failed: exit code 2