結果

問題 No.73 helloworld
ユーザー mkawa2mkawa2
提出日時 2019-12-21 09:33:51
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 226 bytes
コンパイル時間 168 ms
コンパイル使用メモリ 10,588 KB
実行使用メモリ 7,988 KB
最終ジャッジ日時 2023-09-25 22:41:17
合計ジャッジ時間 1,482 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 18 ms
7,840 KB
testcase_01 AC 17 ms
7,940 KB
testcase_02 AC 15 ms
7,860 KB
testcase_03 AC 17 ms
7,768 KB
testcase_04 AC 16 ms
7,772 KB
testcase_05 AC 16 ms
7,804 KB
testcase_06 AC 16 ms
7,876 KB
testcase_07 AC 16 ms
7,788 KB
testcase_08 AC 17 ms
7,852 KB
testcase_09 AC 15 ms
7,876 KB
testcase_10 AC 16 ms
7,852 KB
testcase_11 AC 16 ms
7,876 KB
testcase_12 RE -
testcase_13 AC 16 ms
7,936 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

def main():
    a=[int(input()) for _ in range(26)]
    a11=a[11]
    pl=max(n*(n-1)*(a11-n)//2 for n in range(1,a11))
    a14=a[14]
    po=(a14//2)*(a14-a14//2)
    ans=a[3]*a[4]*a[7]*a[17]*a[22]*pl*po
    print(ans)

main()
0