Submission #31063452


Source Code Expand

n = int(input())
s = input()
if s[n - 1] == "o":
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Weather Forecast
User Pro_ktmr
Language PyPy3 (7.3.0)
Score 100
Code Size 92 Byte
Status AC
Exec Time 66 ms
Memory 61752 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, hand_07.txt, hand_08.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 66 ms 61700 KiB
hand_02.txt AC 50 ms 61564 KiB
hand_03.txt AC 50 ms 61720 KiB
hand_04.txt AC 53 ms 61728 KiB
hand_05.txt AC 51 ms 61628 KiB
hand_06.txt AC 50 ms 61692 KiB
hand_07.txt AC 50 ms 61716 KiB
hand_08.txt AC 51 ms 61732 KiB
sample_01.txt AC 49 ms 61752 KiB
sample_02.txt AC 47 ms 61720 KiB