結果

問題 No.1945 Go Push!
ユーザー xsdxsd
提出日時 2022-07-11 01:00:04
言語 OCaml
(5.1.0)
結果
AC  
実行時間 56 ms / 2,000 ms
コード長 137 bytes
コンパイル時間 1,243 ms
コンパイル使用メモリ 21,448 KB
実行使用メモリ 32,384 KB
最終ジャッジ日時 2024-06-11 16:05:37
合計ジャッジ時間 3,399 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 2 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 15 ms
12,544 KB
testcase_09 AC 16 ms
13,824 KB
testcase_10 AC 41 ms
26,496 KB
testcase_11 AC 17 ms
13,824 KB
testcase_12 AC 28 ms
19,712 KB
testcase_13 AC 33 ms
22,016 KB
testcase_14 AC 3 ms
5,376 KB
testcase_15 AC 15 ms
12,544 KB
testcase_16 AC 12 ms
11,392 KB
testcase_17 AC 12 ms
11,520 KB
testcase_18 AC 21 ms
16,256 KB
testcase_19 AC 46 ms
27,776 KB
testcase_20 AC 37 ms
24,064 KB
testcase_21 AC 21 ms
16,128 KB
testcase_22 AC 56 ms
32,384 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

Scanf.scanf "%d" (fun n ->
    let _ = Array.init n (fun _ -> Scanf.scanf " %d") in
    print_endline [| "Second"; "First" |].(n mod 2)
)
0