結果
問題 |
No.73 helloworld
|
ユーザー |
|
提出日時 | 2015-02-13 21:15:20 |
言語 | Python2 (2.7.18) |
結果 |
RE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 169 bytes |
コンパイル時間 | 882 ms |
コンパイル使用メモリ | 7,332 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-17 23:56:51 |
合計ジャッジ時間 | 1,523 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 RE * 1 |
ソースコード
C = [int(raw_input()) for _ in xrange(26)] h,e,l,o,w,r,d = [C[i] for i in [7,4,11,14,22,17,3]] print h*e*(o/2)*w*((o+1)/2)*r*d*max(i*(i-1)/2*(l-i) for i in range(2,l+1))