結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
21,440 KB
testcase_01 AC 42 ms
23,356 KB
testcase_02 AC 45 ms
23,384 KB
testcase_03 AC 45 ms
23,344 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!"

stdout.WriteLine(helloworld)
0