Submission #19961106


Source Code Expand

N ,X = map(int, input().split())
A = list(map(int, input().split()))
B = []
for i in A:
    if i != X:
        B.append(i)
print(*B)

Submission Info

Submission Time
Task B - Remove It
User Sk_s
Language Python (3.8.2)
Score 200
Code Size 138 Byte
Status AC
Exec Time 82 ms
Memory 20088 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 2
AC × 14
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
handmade_00.txt AC 20 ms 8868 KiB
handmade_01.txt AC 18 ms 8860 KiB
random_00.txt AC 53 ms 19992 KiB
random_01.txt AC 81 ms 19932 KiB
random_02.txt AC 81 ms 19812 KiB
random_03.txt AC 82 ms 19916 KiB
random_04.txt AC 82 ms 20088 KiB
random_05.txt AC 32 ms 10140 KiB
random_06.txt AC 47 ms 17704 KiB
random_07.txt AC 23 ms 9716 KiB
random_08.txt AC 52 ms 13716 KiB
random_09.txt AC 63 ms 17008 KiB
sample_01.txt AC 27 ms 9156 KiB
sample_02.txt AC 19 ms 9028 KiB