結果
問題 |
No.3114 0→1
|
ユーザー |
|
提出日時 | 2025-04-19 02:32:57 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 79 bytes |
コンパイル時間 | 654 ms |
コンパイル使用メモリ | 82,400 KB |
実行使用メモリ | 83,152 KB |
最終ジャッジ日時 | 2025-04-19 02:33:02 |
合計ジャッジ時間 | 4,913 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | WA * 30 |
ソースコード
import re input() print(sum([len(c) // 2 for c in re.findall("0+", input())]))