結果

問題 No.9000 Hello World! (テスト用)
ユーザー nsore38088715nsore38088715
提出日時 2019-04-15 23:32:10
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 76 ms / 5,000 ms
コード長 27 bytes
コンパイル時間 878 ms
コンパイル使用メモリ 77,136 KB
実行使用メモリ 76,052 KB
最終ジャッジ日時 2023-10-22 06:53:29
合計ジャッジ時間 1,695 ms
ジャッジサーバーID
(参考情報)
judge12 / judge9
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

a = 'Hello World!'
print a
0