Submission #60306968
Source Code Expand
Copy
N,D=map(int,input().split())S=input()print(S.count(".")+D)
N,D=map(int,input().split()) S=input() print(S.count(".")+D)
Submission Info
Submission Time | |
---|---|
Task | A - Daily Cookie |
User | santomo |
Language | Python (PyPy 3.10-v7.3.12) |
Score | 100 |
Code Size | 62 Byte |
Status | AC |
Exec Time | 57 ms |
Memory | 76848 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt, 02_handmade_00.txt, 02_handmade_01.txt, 02_handmade_02.txt, 02_handmade_03.txt, 02_handmade_04.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | AC | 57 ms | 76356 KB |
00_sample_01.txt | AC | 56 ms | 76448 KB |
00_sample_02.txt | AC | 55 ms | 76480 KB |
01_random_00.txt | AC | 57 ms | 76364 KB |
01_random_01.txt | AC | 56 ms | 76452 KB |
01_random_02.txt | AC | 56 ms | 76660 KB |
01_random_03.txt | AC | 56 ms | 76368 KB |
01_random_04.txt | AC | 56 ms | 76612 KB |
01_random_05.txt | AC | 56 ms | 76328 KB |
01_random_06.txt | AC | 56 ms | 76848 KB |
01_random_07.txt | AC | 55 ms | 76816 KB |
01_random_08.txt | AC | 56 ms | 76216 KB |
01_random_09.txt | AC | 56 ms | 76280 KB |
02_handmade_00.txt | AC | 56 ms | 76632 KB |
02_handmade_01.txt | AC | 55 ms | 76444 KB |
02_handmade_02.txt | AC | 56 ms | 76692 KB |
02_handmade_03.txt | AC | 57 ms | 76408 KB |
02_handmade_04.txt | AC | 55 ms | 76380 KB |