ローカルでの環境構築
https://mncore-challenge.preferred.jp/tips/local_envtips/local_env
judge.zip
judge-py/judge.py がジャッジスクリプト本体
直下の judge は docker から使用するためのシェルスクリプトです。
$ pip3 install -r judge-py/requirements.txt
$ python3 judge-py/judge.py example/hello_world/testcase.vsm example/hello_world/example.vsm
やりたい事
とりあえず不必要なファイルを消す
できてほしいこと
1コマンドでアセンブル, 実行できてほしい✅
d get, d setが使えてほしい✅
1コマンドでジャッジしてほしい✅
inputs, expect, actual, check resultの表示✅
1コマンドでジャッジファイルの用意✅
code:file
📂 judge-py
+ 📂 __pycache__
+ converter.py
+ dtype.py
+ judge.py
+ vsm_here.py
📂 problem
+ 📂 helloworld
+ hello.vsm
+ testcase.vsm
problems.txt
getproblem.sh