結果

問題 No.1070 Missing a space
ユーザー d9etd9et
提出日時 2020-06-05 21:23:02
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 40 ms / 1,000 ms
コード長 40 bytes
コンパイル時間 235 ms
コンパイル使用メモリ 82,232 KB
実行使用メモリ 53,616 KB
最終ジャッジ日時 2024-12-17 13:05:09
合計ジャッジ時間 1,288 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 7
権限があれば一括ダウンロードができます

ソースコード

diff #

x = input()
print(len(x)-1-x.count("0"))
0