Submission #76620370


Source Code Expand

s = input()

ans = ""
for i in range(len(s)):
    if s[i].isdigit():
        ans += s[i]

print(ans)

Submission Info

Submission Time
Task A - Secret Numbers
User gett
Language Python (PyPy 3.11-v7.3.20)
Score 100
Code Size 107 Byte
Status AC
Exec Time 49 ms
Memory 79408 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 4
AC × 16
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.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, 01_random_10.txt, 01_random_11.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 49 ms 79140 KiB
00_sample_01.txt AC 48 ms 79048 KiB
00_sample_02.txt AC 47 ms 79136 KiB
00_sample_03.txt AC 48 ms 79208 KiB
01_random_00.txt AC 48 ms 79408 KiB
01_random_01.txt AC 48 ms 79376 KiB
01_random_02.txt AC 48 ms 79148 KiB
01_random_03.txt AC 47 ms 79268 KiB
01_random_04.txt AC 48 ms 79272 KiB
01_random_05.txt AC 48 ms 79196 KiB
01_random_06.txt AC 47 ms 79140 KiB
01_random_07.txt AC 49 ms 78744 KiB
01_random_08.txt AC 49 ms 79208 KiB
01_random_09.txt AC 48 ms 79408 KiB
01_random_10.txt AC 49 ms 79208 KiB
01_random_11.txt AC 49 ms 79348 KiB