結果
問題 | No.1263 ご注文は数学ですか? |
ユーザー | kozy |
提出日時 | 2020-10-12 17:59:31 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 350 bytes |
コンパイル時間 | 191 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-07-20 18:08:22 |
合計ジャッジ時間 | 829 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 28 ms
10,624 KB |
testcase_01 | WA | - |
testcase_02 | AC | 27 ms
10,752 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | AC | 28 ms
10,624 KB |
testcase_06 | WA | - |
testcase_07 | AC | 27 ms
10,624 KB |
ソースコード
#文字数ばれしないためにここで文字数を稼ぐ mod=1000000007 x=int(input()) if x==2: s=-1 print(s%mod) elif x==3: s=-6 print(s%mod) elif x==4: s=864 print(s%mod) elif x==5: s=-6 print(s%mod) elif x==6: s=-6 print(s%mod) elif x==7: s=-6 print(s%mod) elif x==8: s=-6 print(s%mod)