結果
| 問題 | No.73 helloworld |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-09-28 09:10:42 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 83 ms / 5,000 ms |
| コード長 | 229 bytes |
| 記録 | |
| コンパイル時間 | 202 ms |
| コンパイル使用メモリ | 77,496 KB |
| 最終ジャッジ日時 | 2025-12-03 21:38:28 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 14 |
ソースコード
#yuki_73 s=[] for i in xrange(26): c=int(raw_input()) s.append(c) res=s[3]*s[4]*s[7]*s[17]*s[22] t=(s[11]+1)*2/3 res*=t*(t-1)/2 res*=s[11]/3 if s[14]%2==0: res*=(s[14]/2)**2 else: res*=((s[14]+1)/2)*((s[14]-1)/2) print res