結果

問題 No.1263 ご注文は数学ですか?
ユーザー kozykozy
提出日時 2020-10-12 17:59:31
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 350 bytes
コンパイル時間 128 ms
コンパイル使用メモリ 10,712 KB
実行使用メモリ 7,992 KB
最終ジャッジ日時 2023-09-27 23:47:31
合計ジャッジ時間 688 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 14 ms
7,764 KB
testcase_01 WA -
testcase_02 AC 13 ms
7,752 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 13 ms
7,720 KB
testcase_06 WA -
testcase_07 AC 12 ms
7,876 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#文字数ばれしないためにここで文字数を稼ぐ
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)
0