結果

問題 No.1422 Social Distance in Train
ユーザー esehara
提出日時 2021-06-02 06:50:13
言語 OCaml
(5.2.1)
結果
WA  
実行時間 -
コード長 107 bytes
コンパイル時間 726 ms
コンパイル使用メモリ 19,692 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-11-14 04:15:30
合計ジャッジ時間 1,380 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 6 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

read_line () |> int_of_string |> (fun x -> if (x mod 2) = 0 then 2 else 1) |> print_int; print_newline ();
0