File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ <h2><a class="header" href="#ファイルレイアウトとクレートの事前
214
214
</ code > </ pre >
215
215
< p > そしてジャッジの際には、< code > cargo</ code > を使用せず、< code > rustc</ code > に適切なオプション(ライブラリ検索パスなど)を与えて実行することで、事前にコンパイルしておいた< code > rlib</ code > ファイルとリンクさせます。</ p >
216
216
< p > < strong > AtCoderジャッジサーバでのファイルレイアウト(ジャッジの際に作成する)</ strong > </ p >
217
- < pre > < code > $HOME # ユーザのホームディレクトリ
217
+ < pre > < code class =" language-console " > $HOME # ユーザのホームディレクトリ
218
218
└-- WORKAREA # ジャッジ用の一時ディレクトリ
219
219
|-- main.rs # ユーザプログラム(提出されたプログラム)のソースコード
220
220
└-- main # コンパイル、リンク済みの実行可能ファイル(バイナリ)
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ <h2><a class="header" href="#ファイルレイアウトとクレートの事前
483
483
</ code > </ pre >
484
484
< p > そしてジャッジの際には、< code > cargo</ code > を使用せず、< code > rustc</ code > に適切なオプション(ライブラリ検索パスなど)を与えて実行することで、事前にコンパイルしておいた< code > rlib</ code > ファイルとリンクさせます。</ p >
485
485
< p > < strong > AtCoderジャッジサーバでのファイルレイアウト(ジャッジの際に作成する)</ strong > </ p >
486
- < pre > < code > $HOME # ユーザのホームディレクトリ
486
+ < pre > < code class =" language-console " > $HOME # ユーザのホームディレクトリ
487
487
└-- WORKAREA # ジャッジ用の一時ディレクトリ
488
488
|-- main.rs # ユーザプログラム(提出されたプログラム)のソースコード
489
489
└-- main # コンパイル、リンク済みの実行可能ファイル(バイナリ)
You can’t perform that action at this time.
0 commit comments