結果

問題 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
コンパイル時間 85 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 10,880 KB
最終ジャッジ日時 2024-07-18 18:20:32
合計ジャッジ時間 1,148 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 24 ms
10,496 KB
testcase_01 AC 26 ms
10,496 KB
testcase_02 AC 27 ms
10,880 KB
testcase_03 AC 27 ms
10,624 KB
testcase_04 AC 25 ms
10,752 KB
testcase_05 AC 24 ms
10,752 KB
testcase_06 AC 24 ms
10,624 KB
testcase_07 AC 25 ms
10,624 KB
testcase_08 AC 25 ms
10,624 KB
testcase_09 AC 24 ms
10,624 KB
testcase_10 AC 25 ms
10,624 KB
testcase_11 AC 27 ms
10,752 KB
testcase_12 RE -
testcase_13 AC 24 ms
10,624 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