問題文

import sys
print '\n'.join('%s %d' % ('Hello World!', i+1) for i in xrange(int(sys.argv[1])))

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS