Submission #3791992


Source Code Expand

s=list(input())
print('Yes' if (s[0]==s[1] and s[1]==s[2]) or (s[1]==[2] and s[2]==s[3]) else 'No')

Submission Info

Submission Time
Task A - Good Integer
User Motsu_xe
Language Python (3.4.3)
Score 0
Code Size 100 Byte
Status WA
Exec Time 18 ms
Memory 2940 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 3
AC × 13
WA × 1
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, sample_01.txt, sample_02.txt, sample_03.txt
Case Name Status Exec Time Memory
01.txt AC 18 ms 2940 KB
02.txt AC 18 ms 2940 KB
03.txt WA 18 ms 2940 KB
04.txt AC 18 ms 2940 KB
05.txt AC 18 ms 2940 KB
06.txt AC 18 ms 2940 KB
07.txt AC 18 ms 2940 KB
08.txt AC 18 ms 2940 KB
09.txt AC 18 ms 2940 KB
10.txt AC 18 ms 2940 KB
11.txt AC 18 ms 2940 KB
sample_01.txt AC 18 ms 2940 KB
sample_02.txt AC 18 ms 2940 KB
sample_03.txt AC 18 ms 2940 KB