結果

問題 No.9000 Hello World! (テスト用)
ユーザー hisamisthisamist
提出日時 2023-07-17 20:11:01
言語 TypeScript
(5.4.3)
結果
AC  
実行時間 63 ms / 5,000 ms
コード長 27 bytes
コンパイル時間 7,741 ms
コンパイル使用メモリ 146,772 KB
実行使用メモリ 37,064 KB
最終ジャッジ日時 2023-10-18 00:36:23
合計ジャッジ時間 8,358 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

console.log("Hello World!")
0