結果
問題 | No.395 永遠の17歳 |
ユーザー | iwot |
提出日時 | 2020-06-21 00:33:18 |
言語 | F# (F# 4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 84 bytes |
コンパイル時間 | 6,585 ms |
コンパイル使用メモリ | 183,628 KB |
実行使用メモリ | 34,608 KB |
最終ジャッジ日時 | 2024-07-03 17:39:48 |
合計ジャッジ時間 | 12,985 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 321 ms
33,660 KB |
testcase_01 | AC | 326 ms
34,596 KB |
testcase_02 | AC | 324 ms
34,464 KB |
testcase_03 | AC | 322 ms
33,796 KB |
testcase_04 | AC | 327 ms
34,484 KB |
testcase_05 | AC | 329 ms
34,472 KB |
testcase_06 | WA | - |
testcase_07 | AC | 326 ms
34,500 KB |
testcase_08 | AC | 319 ms
34,476 KB |
testcase_09 | WA | - |
testcase_10 | AC | 330 ms
34,348 KB |
testcase_11 | AC | 329 ms
34,032 KB |
testcase_12 | AC | 322 ms
34,076 KB |
testcase_13 | AC | 325 ms
34,208 KB |
testcase_14 | AC | 327 ms
34,608 KB |
testcase_15 | AC | 328 ms
33,668 KB |
testcase_16 | AC | 332 ms
34,484 KB |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (229 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 A = stdin.ReadLine().Trim() |> int printfn "%d" <| if A < 9 then -1 else A - 7