結果

問題 No.1058 素敵な数
ユーザー StarMatyan
提出日時 2020-11-28 22:12:33
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 156 bytes
コンパイル時間 80 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 10,624 KB
最終ジャッジ日時 2024-09-13 01:39:33
合計ジャッジ時間 1,134 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other RE * 9
権限があれば一括ダウンロードができます

ソースコード

diff #

inputer = int(input())
result =1

if inputer ==1:
	result=1
elif lister >1 and lister <4:
	result=99999+inputer
else:
	result=100000+inputer

print(result)
0