結果

問題 No.354 メルセンヌ素数
ユーザー taktak
提出日時 2018-04-06 01:19:30
言語 F#
(F# 4.0)
結果
AC  
実行時間 75 ms / 1,000 ms
コード長 41 bytes
コンパイル時間 4,762 ms
コンパイル使用メモリ 156,140 KB
実行使用メモリ 24,684 KB
最終ジャッジ日時 2023-09-08 17:55:21
合計ジャッジ時間 6,766 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 74 ms
24,636 KB
testcase_01 AC 74 ms
22,740 KB
testcase_02 AC 74 ms
24,592 KB
testcase_03 AC 75 ms
24,680 KB
testcase_04 AC 74 ms
22,544 KB
testcase_05 AC 74 ms
22,644 KB
testcase_06 AC 75 ms
22,628 KB
testcase_07 AC 74 ms
22,516 KB
testcase_08 AC 74 ms
22,612 KB
testcase_09 AC 73 ms
22,520 KB
testcase_10 AC 73 ms
24,684 KB
testcase_11 AC 73 ms
22,664 KB
testcase_12 AC 75 ms
22,744 KB
testcase_13 AC 75 ms
22,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

System.Console.ReadLine()
|> printfn "%s"
0