結果
問題 | No.73 helloworld |
ユーザー |
![]() |
提出日時 | 2020-05-27 22:36:27 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 28 ms / 5,000 ms |
コード長 | 226 bytes |
コンパイル時間 | 217 ms |
コンパイル使用メモリ | 12,800 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-13 03:53:19 |
合計ジャッジ時間 | 1,248 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 14 |
ソースコード
import sysinput=lambda: sys.stdin.readline().rstrip()A=[int(input()) for _ in range(26)]ans=A[7]*A[4]*A[22]*A[17]*A[3]l,o=A[11],A[14]ans*=o//2*(o-o//2)ll=0for i in range(2,l):ll=max(ll,i*(i-1)//2*(l-i))print(ll*ans)