結果

問題 No.9000 Hello World! (テスト用)
ユーザー serpentserpent
提出日時 2021-06-18 12:29:57
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 67 ms / 5,000 ms
コード長 31 bytes
コンパイル時間 777 ms
コンパイル使用メモリ 86,120 KB
実行使用メモリ 70,872 KB
最終ジャッジ日時 2023-09-04 03:51:17
合計ジャッジ時間 1,151 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

s=input()
print("Hello World!")
0