提出 #25778728


ソースコード 拡げる

n = int(input())
s = input()

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

提出情報

提出日時
問題 A - Weather Forecast
ユーザ hmsket
言語 Python (3.8.2)
得点 100
コード長 92 Byte
結果 AC
実行時間 26 ms
メモリ 9088 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 10
セット名 テストケース
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
ケース名 結果 実行時間 メモリ
hand_01.txt AC 18 ms 8860 KiB
hand_02.txt AC 18 ms 8856 KiB
hand_03.txt AC 22 ms 9088 KiB
hand_04.txt AC 13 ms 9024 KiB
hand_05.txt AC 26 ms 8856 KiB
hand_06.txt AC 17 ms 8860 KiB
hand_07.txt AC 23 ms 9024 KiB
hand_08.txt AC 23 ms 9008 KiB
sample_01.txt AC 18 ms 8960 KiB
sample_02.txt AC 19 ms 8856 KiB