結果
| 問題 | No.8060 サンプルケース至上主義 |
| コンテスト | |
| ユーザー |
shobonvip
|
| 提出日時 | 2025-02-08 05:16:12 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 37 ms / 2,000 ms |
| コード長 | 223 bytes |
| コンパイル時間 | 269 ms |
| コンパイル使用メモリ | 82,780 KB |
| 実行使用メモリ | 52,888 KB |
| 最終ジャッジ日時 | 2025-02-08 05:16:13 |
| 合計ジャッジ時間 | 1,242 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
ソースコード
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\n4\n4\n3\n6\n2\n2")
elif s[0]=='く':
print("さmpぇ")
shobonvip