Submission #40645323


Source Code Expand

#ABC298A

n = int(input())
s = input()
gokaku = 0
for i in s:
    if i == "x":
        print("No")
        exit()
    elif i == "o":
        gokaku = 1

if gokaku == 1:
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Job Interview
User toyko
Language PyPy3 (7.3.0)
Score 100
Code Size 222 Byte
Status AC
Exec Time 97 ms
Memory 61656 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 4
AC × 14
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt, 01_one_00.txt, 01_one_01.txt, 02_yes_00.txt, 02_yes_01.txt, 02_yes_02.txt, 02_yes_03.txt, 03_no_00.txt, 03_no_01.txt, 03_no_02.txt, 03_no_03.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 97 ms 61620 KiB
00_sample_01.txt AC 48 ms 61304 KiB
00_sample_02.txt AC 48 ms 61440 KiB
00_sample_03.txt AC 49 ms 61652 KiB
01_one_00.txt AC 49 ms 61568 KiB
01_one_01.txt AC 48 ms 61328 KiB
02_yes_00.txt AC 50 ms 61576 KiB
02_yes_01.txt AC 45 ms 61444 KiB
02_yes_02.txt AC 49 ms 61452 KiB
02_yes_03.txt AC 44 ms 61460 KiB
03_no_00.txt AC 47 ms 61656 KiB
03_no_01.txt AC 50 ms 61464 KiB
03_no_02.txt AC 47 ms 61448 KiB
03_no_03.txt AC 48 ms 61336 KiB