結果

問題 No.3060 サンプルケース至上主義
ユーザー tempura_pptempura_pp
提出日時 2020-04-01 21:30:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 75 ms / 2,000 ms
コード長 287 bytes
コンパイル時間 1,263 ms
コンパイル使用メモリ 86,676 KB
実行使用メモリ 71,004 KB
最終ジャッジ日時 2023-09-09 16:01:53
合計ジャッジ時間 1,585 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
70,780 KB
testcase_01 AC 69 ms
70,760 KB
testcase_02 AC 71 ms
70,764 KB
testcase_03 AC 71 ms
70,980 KB
testcase_04 AC 70 ms
71,004 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