結果

問題 No.9000 Hello World! (テスト用)
ユーザー yuppe19 😺yuppe19 😺
提出日時 2015-09-07 14:02:59
言語 Python2
(2.7.18)
結果
AC  
実行時間 43 ms / 5,000 ms
コード長 111 bytes
コンパイル時間 93 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 11,008 KB
最終ジャッジ日時 2024-12-25 02:12:32
合計ジャッジ時間 1,190 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
11,008 KB
testcase_01 AC 37 ms
11,004 KB
testcase_02 AC 40 ms
10,876 KB
testcase_03 AC 43 ms
11,008 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import urllib, urllib2, cookielib, re, json
import xml.etree.ElementTree as ET
raw_input()
print 'Hello World!'
0