00:08
3月 12, 2021
Skipping Git submodules setupsection_end:1615527908:get_sourcessection_start:1615527908:restore_cachesection_end:1615527909:restore_cachesection_start:1615527909:download_artifactssection_end:1615527911:download_artifactssection_start:1615527911: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; source execscore.sh 60 done/bin/bash: eval: line 77: syntax error: unexpected end of filesection_end:1615527912:build_scriptsection_start:1615527912:after_scriptsection_end:1615527913:after_scriptERROR: Job failed: exit code 2