Submission #1380999


Source Code Expand

S = raw_input()

if S.startswith('WW'):
    if S.startswith('WWBWBWW'):
        print 'Si'
    else:
        print 'Mi'
elif S.startswith('WBWW'):
    if S.startswith('WBWWBWBWW'):
        print 'La'
    else:
        print 'Re'
elif S.startswith('WBWBWW'):
    if S.startswith('WBWBWWBWBWW'):
        print 'So'
    else:
        print 'Do'
else:
    print 'Fa'

Submission Info

Submission Time
Task C - ピアニスト高橋君
User prd_xxx
Language Python (2.7.6)
Score 100
Code Size 380 Byte
Status AC
Exec Time 11 ms
Memory 2568 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 1
AC × 8
Set Name Test Cases
Sample example_0.txt
All example_0.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, handmade_6.txt
Case Name Status Exec Time Memory
example_0.txt AC 11 ms 2568 KB
handmade_0.txt AC 11 ms 2568 KB
handmade_1.txt AC 11 ms 2568 KB
handmade_2.txt AC 11 ms 2568 KB
handmade_3.txt AC 11 ms 2568 KB
handmade_4.txt AC 11 ms 2568 KB
handmade_5.txt AC 11 ms 2568 KB
handmade_6.txt AC 11 ms 2568 KB