자바스크립트로 1000번문제를 풀기 위해 console.log("안녕하세요.")이러한 코드를 작성하고 제출하니 에러가 발생합니다
========[sample.out]=========
Expected | Yours
안녕하세요. \ Execution error, USE_DOCKER:0 !
> You need to install compiler VM or runtime for your language.
==============================
========[test.out]=========
Expected | Yours
안녕하세요. \ Execution error, USE_DOCKER:0 !
> You need to install compiler VM or runtime for your language.
==============================
time_space_table:
/1000/sample.in:WA mem=1668k time=4ms
/1000/test.in:WA mem=1676k time=4ms
에러의 내용을 보았을땐 자바스크립트 런타임이 설치되지 않은 것 같은데 자바스크립트는 사용 불가 한건가요?