Submission #73288813


Source Code Expand

S = input()

if S[0] == S[-1]:
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Strong Word
User totukawa
Language Python (Codon 0.19.3)
Score 100
Code Size 74 Byte
Status AC
Exec Time 24 ms
Memory 9168 KiB

Compile Error


			

			
				

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample 00_sample_01.txt, 00_sample_02.txt
All 00_sample_01.txt, 00_sample_02.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 02_max_01.txt, 02_max_02.txt
Case Name Status Exec Time Memory
00_sample_01.txt AC 24 ms 8960 KiB
00_sample_02.txt AC 13 ms 8728 KiB
01_random_01.txt AC 12 ms 9016 KiB
01_random_02.txt AC 12 ms 9088 KiB
01_random_03.txt AC 13 ms 9168 KiB
01_random_04.txt AC 12 ms 9088 KiB
01_random_05.txt AC 13 ms 9064 KiB
01_random_06.txt AC 12 ms 8804 KiB
02_max_01.txt AC 12 ms 8824 KiB
02_max_02.txt AC 12 ms 9008 KiB