結果

問題 No.73 helloworld
ユーザー flippergoflippergo
提出日時 2020-12-31 19:38:16
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 209 bytes
コンパイル時間 152 ms
コンパイル使用メモリ 82,748 KB
実行使用メモリ 54,480 KB
最終ジャッジ日時 2024-04-18 01:12:49
合計ジャッジ時間 1,288 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 34 ms
52,636 KB
testcase_02 WA -
testcase_03 AC 33 ms
52,924 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 35 ms
52,428 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 36 ms
53,108 KB
testcase_13 AC 33 ms
52,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

C = [int(input()) for _ in range(26)]
n = 1
n = C[7]*C[4]*C[22]*C[17]*C[3]
n1 = C[14]
n11=n1//2
n12 = n1-n11
n = n*n11*n12
n2 = C[11]
n21 = n2//3
n2 = n2-n21
n22 = n2//2
n23 = n2-n22
n = n*n21*n22*n23
print(n)
0