結果

問題 No.3060 サンプルケース至上主義
ユーザー tempura_pptempura_pp
提出日時 2020-04-01 21:30:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 40 ms / 2,000 ms
コード長 287 bytes
コンパイル時間 173 ms
コンパイル使用メモリ 82,324 KB
実行使用メモリ 53,896 KB
最終ジャッジ日時 2024-06-27 08:48:53
合計ジャッジ時間 813 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
52,324 KB
testcase_01 AC 40 ms
52,492 KB
testcase_02 AC 40 ms
53,896 KB
testcase_03 AC 37 ms
52,956 KB
testcase_04 AC 38 ms
52,404 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = input()
if s[0]=='0' : print('Nothing')
elif s[0]=='3' : print('pi')
elif s[0]=='1' : 
    print("九蓮宝燈")
    print("Thirteen Orphans")
elif s[0]=='A' :
    print(3)
    print(4)
    print(4)
    print(3)
    print(6)
    print(2)
    print(2)
else :
    print("さmpぇ")
0