結果

問題 No.9000 Hello World! (テスト用)
ユーザー hinapnhinapn
提出日時 2015-10-20 01:07:47
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 71 ms / 5,000 ms
コード長 20 bytes
コンパイル時間 478 ms
コンパイル使用メモリ 76,936 KB
実行使用メモリ 75,392 KB
最終ジャッジ日時 2024-12-25 03:06:41
合計ジャッジ時間 1,203 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

print "Hello World!"
0