結果

問題 No.9000 Hello World! (テスト用)
ユーザー nsore38088715nsore38088715
提出日時 2019-04-15 23:32:10
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 73 ms / 5,000 ms
コード長 27 bytes
コンパイル時間 822 ms
コンパイル使用メモリ 76,788 KB
実行使用メモリ 75,408 KB
最終ジャッジ日時 2024-09-22 08:07:49
合計ジャッジ時間 937 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

a = 'Hello World!'
print a
0