結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー OldBrid21501053OldBrid21501053
提出日時 2019-09-12 14:59:17
言語 F#
(F# 4.0)
結果
AC  
実行時間 57 ms / 2,000 ms
コード長 68 bytes
コンパイル時間 4,171 ms
コンパイル使用メモリ 157,904 KB
実行使用メモリ 24,236 KB
最終ジャッジ日時 2023-09-15 14:12:51
合計ジャッジ時間 5,670 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 56 ms
22,132 KB
testcase_01 AC 57 ms
22,264 KB
testcase_02 AC 57 ms
22,316 KB
testcase_03 AC 56 ms
20,128 KB
testcase_04 AC 56 ms
22,312 KB
testcase_05 AC 57 ms
24,188 KB
testcase_06 AC 57 ms
24,236 KB
testcase_07 AC 57 ms
22,112 KB
testcase_08 AC 56 ms
22,120 KB
testcase_09 AC 56 ms
22,232 KB
testcase_10 AC 57 ms
22,116 KB
testcase_11 AC 56 ms
22,064 KB
testcase_12 AC 57 ms
22,204 KB
testcase_13 AC 56 ms
22,168 KB
testcase_14 AC 57 ms
24,164 KB
testcase_15 AC 56 ms
22,268 KB
testcase_16 AC 56 ms
22,120 KB
testcase_17 AC 56 ms
22,232 KB
testcase_18 AC 57 ms
24,204 KB
testcase_19 AC 57 ms
24,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

open System

[<EntryPoint>]
let main argv = 
    printfn "Yes"
    0
0