結果

問題 No.9000 Hello World! (テスト用)
ユーザー mazai_puyomazai_puyo
提出日時 2020-06-17 01:13:32
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 121 bytes
コンパイル時間 947 ms
コンパイル使用メモリ 61,056 KB
実行使用メモリ 24,460 KB
最終ジャッジ日時 2023-09-16 11:14:27
合計ジャッジ時間 1,579 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

using System;
class MyClass
{
    static void Main(string[] args)
    {
        Console.WriteLine("Hello World");
    }
}
0