Submission #54629032


Source Code Expand

S,T=(input().split())

if S=="AtCoder" and T=="Land":
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Welcome to AtCoder Land
User serithq
Language Python (PyPy 3.10-v7.3.12)
Score 100
Code Size 97 Byte
Status AC
Exec Time 57 ms
Memory 76756 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 11
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 02_handmade_00.txt, 02_handmade_01.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 57 ms 76320 KiB
00_sample_01.txt AC 57 ms 76484 KiB
00_sample_02.txt AC 56 ms 76484 KiB
01_random_00.txt AC 57 ms 76356 KiB
01_random_01.txt AC 56 ms 76352 KiB
01_random_02.txt AC 56 ms 76628 KiB
01_random_03.txt AC 57 ms 76756 KiB
01_random_04.txt AC 56 ms 76636 KiB
01_random_05.txt AC 56 ms 76472 KiB
02_handmade_00.txt AC 56 ms 76204 KiB
02_handmade_01.txt AC 56 ms 76468 KiB