結果

問題 No.9000 Hello World! (テスト用)
ユーザー hinapnhinapn
提出日時 2015-10-20 01:07:47
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 70 ms / 5,000 ms
コード長 20 bytes
コンパイル時間 1,321 ms
コンパイル使用メモリ 77,412 KB
実行使用メモリ 76,464 KB
最終ジャッジ日時 2023-08-26 09:04:05
合計ジャッジ時間 2,282 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

print "Hello World!"
0