Submission #3699570


Source Code Expand

s=input()
N=len(s)
ans=N//2
for i in range(N//2+1,N):
  if s[N-i:i]=="0"*(2*i-N) or s[N-i:i]=="1"*(2*i-N):
    ans=i
print(ans)
    
    
  
  
  

Submission Info

Submission Time
Task D - Wide Flip
User Chanyuh
Language Python (3.4.3)
Score 0
Code Size 157 Byte
Status WA
Exec Time 1126 ms
Memory 3328 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 500
Status
AC × 3
AC × 22
WA × 8
Set Name Test Cases
Sample s1.txt, s2.txt, s3.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 20.txt, 21.txt, 22.txt, 23.txt, 24.txt, 25.txt, 26.txt, 27.txt, s1.txt, s2.txt, s3.txt
Case Name Status Exec Time Memory
01.txt AC 1000 ms 3320 KB
02.txt AC 997 ms 3324 KB
03.txt AC 999 ms 3328 KB
04.txt AC 986 ms 3320 KB
05.txt AC 996 ms 3324 KB
06.txt AC 944 ms 3316 KB
07.txt AC 818 ms 3324 KB
08.txt AC 941 ms 3320 KB
09.txt AC 993 ms 3320 KB
10.txt AC 978 ms 3324 KB
11.txt AC 983 ms 3320 KB
12.txt AC 1059 ms 3328 KB
13.txt AC 1037 ms 3324 KB
14.txt AC 992 ms 3324 KB
15.txt AC 1007 ms 3320 KB
16.txt AC 985 ms 3328 KB
17.txt WA 626 ms 3324 KB
18.txt WA 620 ms 3328 KB
19.txt WA 1126 ms 3320 KB
20.txt WA 1126 ms 3324 KB
21.txt WA 18 ms 2940 KB
22.txt WA 18 ms 2940 KB
23.txt AC 18 ms 2940 KB
24.txt WA 18 ms 2940 KB
25.txt WA 18 ms 2940 KB
26.txt AC 18 ms 2940 KB
27.txt AC 18 ms 2940 KB
s1.txt AC 18 ms 2940 KB
s2.txt AC 18 ms 2940 KB
s3.txt AC 18 ms 2940 KB