結果

問題 No.9000 Hello World! (テスト用)
ユーザー ヒッキープログラミングするスレヒッキープログラミングするスレ
提出日時 2016-08-12 18:50:00
言語 F#
(F# 4.0)
結果
AC  
実行時間 65 ms / 5,000 ms
コード長 58 bytes
コンパイル時間 2,809 ms
コンパイル使用メモリ 148,568 KB
実行使用メモリ 24,580 KB
最終ジャッジ日時 2023-08-26 13:59:24
合計ジャッジ時間 3,303 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
22,620 KB
testcase_01 AC 64 ms
20,572 KB
testcase_02 AC 62 ms
22,596 KB
testcase_03 AC 63 ms
24,580 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

let helloworld = "Hello World!"

printfn "%s" helloworld
0