結果
問題 | No.99 ジャンピング駒 |
ユーザー | regerege |
提出日時 | 2016-04-04 21:45:00 |
言語 | F# (F# 4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 79 bytes |
コンパイル時間 | 7,270 ms |
コンパイル使用メモリ | 186,580 KB |
実行使用メモリ | 41,600 KB |
最終ジャッジ日時 | 2024-10-04 00:58:38 |
合計ジャッジ時間 | 10,448 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 346 ms
41,344 KB |
testcase_01 | AC | 347 ms
41,344 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (234 ms)。 MSBuild のバージョン 17.9.6+a4ecab324 (.NET) main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
let N = int <| stdin.ReadLine() stdin.ReadLine() |> ignore printfn "%d" (N&&&1)