結果

問題 No.1945 Go Push!
ユーザー xsdxsd
提出日時 2022-07-11 01:00:04
言語 OCaml
(5.1.0)
結果
AC  
実行時間 53 ms / 2,000 ms
コード長 137 bytes
コンパイル時間 2,072 ms
コンパイル使用メモリ 19,708 KB
実行使用メモリ 34,980 KB
最終ジャッジ日時 2023-09-02 09:17:14
合計ジャッジ時間 5,416 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
testcase_01 AC 2 ms
4,380 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 AC 2 ms
4,376 KB
testcase_04 AC 2 ms
4,380 KB
testcase_05 AC 2 ms
4,380 KB
testcase_06 AC 2 ms
4,380 KB
testcase_07 AC 2 ms
4,380 KB
testcase_08 AC 13 ms
12,996 KB
testcase_09 AC 14 ms
13,132 KB
testcase_10 AC 41 ms
28,256 KB
testcase_11 AC 13 ms
13,180 KB
testcase_12 AC 25 ms
20,492 KB
testcase_13 AC 29 ms
22,792 KB
testcase_14 AC 2 ms
4,464 KB
testcase_15 AC 14 ms
13,116 KB
testcase_16 AC 10 ms
10,464 KB
testcase_17 AC 10 ms
10,528 KB
testcase_18 AC 16 ms
15,364 KB
testcase_19 AC 44 ms
28,228 KB
testcase_20 AC 34 ms
25,344 KB
testcase_21 AC 17 ms
15,436 KB
testcase_22 AC 53 ms
34,980 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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