結果
問題 | No.212 素数サイコロと合成数サイコロ (2) |
ユーザー | ktshun |
提出日時 | 2015-06-02 12:08:19 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 197 bytes |
コンパイル時間 | 42 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-06 13:35:07 |
合計ジャッジ時間 | 637 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | RE | - |
ソースコード
# -*- coding:utf-8 -*- import itertools if __name__ == "__main__": sosuu = [2,3,5,7,11,13] gousei = [4,6,8,9,10,12] p,c = map(int,raw_input().split()) print (sum(sosuu)/6.)**p * (sum(b)/6.)**c