Submission #61156430
Source Code Expand
Copy
s = input()n = len(s)c = 0ans = nfor i in range(n - 1):if c == 1:c = 0continueif s[i] == "0" and s[i + 1] == "0":c = 1ans -= 1print(ans)
s = input() n = len(s) c = 0 ans = n for i in range(n - 1): if c == 1: c = 0 continue if s[i] == "0" and s[i + 1] == "0": c = 1 ans -= 1 print(ans)
Submission Info
Submission Time | |
---|---|
Task | B - Calculator |
User | ikoya |
Language | Python (PyPy 3.10-v7.3.12) |
Score | 200 |
Code Size | 200 Byte |
Status | AC |
Exec Time | 62 ms |
Memory | 76700 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 200 / 200 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample_01.txt, sample_02.txt, sample_03.txt |
All | sample_01.txt, sample_02.txt, sample_03.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt, test_13.txt, test_14.txt, test_15.txt, test_16.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample_01.txt | AC | 59 ms | 76308 KB |
sample_02.txt | AC | 59 ms | 76604 KB |
sample_03.txt | AC | 59 ms | 76416 KB |
test_01.txt | AC | 59 ms | 76164 KB |
test_02.txt | AC | 58 ms | 76188 KB |
test_03.txt | AC | 62 ms | 76700 KB |
test_04.txt | AC | 59 ms | 76660 KB |
test_05.txt | AC | 59 ms | 76284 KB |
test_06.txt | AC | 59 ms | 76436 KB |
test_07.txt | AC | 59 ms | 76460 KB |
test_08.txt | AC | 59 ms | 76484 KB |
test_09.txt | AC | 59 ms | 76496 KB |
test_10.txt | AC | 59 ms | 76564 KB |
test_11.txt | AC | 60 ms | 76308 KB |
test_12.txt | AC | 59 ms | 76432 KB |
test_13.txt | AC | 60 ms | 76600 KB |
test_14.txt | AC | 59 ms | 76416 KB |
test_15.txt | AC | 59 ms | 76332 KB |
test_16.txt | AC | 59 ms | 76600 KB |