Submission #57893176


Source Code Expand

S = input()
T = ""
for c in S:
  if c != '.':
    T += c
print(T)

Submission Info

Submission Time
Task A - delete .
User sounansya
Language Python (PyPy 3.10-v7.3.12)
Score 100
Code Size 70 Byte
Status AC
Exec Time 60 ms
Memory 75972 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 19
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_handmade_00.txt, 01_handmade_01.txt, 01_handmade_02.txt, 01_handmade_03.txt, 01_handmade_04.txt, 01_handmade_05.txt, 02_random_00.txt, 02_random_01.txt, 02_random_02.txt, 02_random_03.txt, 02_random_04.txt, 02_random_05.txt, 02_random_06.txt, 02_random_07.txt, 02_random_08.txt, 02_random_09.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 58 ms 75788 KiB
00_sample_01.txt AC 58 ms 75744 KiB
00_sample_02.txt AC 58 ms 75916 KiB
01_handmade_00.txt AC 58 ms 75744 KiB
01_handmade_01.txt AC 58 ms 75716 KiB
01_handmade_02.txt AC 58 ms 75576 KiB
01_handmade_03.txt AC 58 ms 75756 KiB
01_handmade_04.txt AC 58 ms 75752 KiB
01_handmade_05.txt AC 58 ms 75972 KiB
02_random_00.txt AC 58 ms 75956 KiB
02_random_01.txt AC 58 ms 75676 KiB
02_random_02.txt AC 58 ms 75676 KiB
02_random_03.txt AC 58 ms 75776 KiB
02_random_04.txt AC 60 ms 75616 KiB
02_random_05.txt AC 59 ms 75740 KiB
02_random_06.txt AC 58 ms 75964 KiB
02_random_07.txt AC 59 ms 75744 KiB
02_random_08.txt AC 59 ms 75900 KiB
02_random_09.txt AC 58 ms 75892 KiB