Submission #7646227


Source Code Expand

#n=input()
A=list(map(int,input().split()))

p=0
ans=[]
for i in A:
  while i%2==1:
    p=p+1    
  ans.append(p)
print(min(ans))

Submission Info

Submission Time
Task A - Placing Marbles
User veronica_
Language Python (3.4.3)
Score 0
Code Size 138 Byte
Status WA
Exec Time 2104 ms
Memory 3064 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
TLE × 1
AC × 1
WA × 3
TLE × 4
Set Name Test Cases
Sample 00_example_01.txt, 00_example_02.txt
All 00_example_01.txt, 00_example_02.txt, 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt
Case Name Status Exec Time Memory
00_example_01.txt TLE 2104 ms 2940 KB
00_example_02.txt AC 17 ms 2940 KB
01.txt TLE 2104 ms 3064 KB
02.txt WA 17 ms 2940 KB
03.txt TLE 2104 ms 2940 KB
04.txt WA 17 ms 2940 KB
05.txt WA 17 ms 2940 KB
06.txt TLE 2103 ms 2940 KB