前提・実現したいこと
online-judge-tools
を使いAtCoderの問題をC#で解くための環境を作ろうとしています。
作ったコードをテストするためのコマンドがわからず困っています。
####参考
Getting Started for oj command (日本語)
AtCoder を C# で戦う環境を整える(.NET Core)
発生している問題・エラーメッセージ
$npm run test > test > oj t -c "dotnet run" [WARNING] update available for online-judge-tools: 11.5.0 -> 11.5.1 [INFO] run: $ pip3 install -U online-judge-tools [INFO] online-judge-tools 11.5.0 (+ online-judge-api-client 10.10.0) [INFO] 2 cases found [WARNING] GNU time is not available: time [INFO] sample-1 [ERROR] No such file or directory: dotnet run
該当のソースコード
json
1{ 2 "name": "x", 3 "private":true, 4 "scripts": { 5 "test": "oj t -c \"dotnet run\"", 6 "submit": "acc submit -s -- -l 4010" 7 } 8 }
試したこと
$oj t -c \"dotnet run\"
を直接入力 → 変化なし
$oj t -c \"dotnet Program.cs\"
→ 先ほどのエラーの最終行の変化のみ。
補足情報
ご回答よろしくお願いいたします。
不足部分がありましたら、恐縮ですがコメント欄でご指摘いただけると幸いです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。