Submission #52924719


Source Code Expand

a, b, c = input()
if a == b == c:
    print("Won")
else:
    print("Lost")

Submission Info

Submission Time
Task A - Slot
User KoyanagiHitoshi
Language Python (CPython 3.11.4)
Score 100
Code Size 78 Byte
Status AC
Exec Time 10 ms
Memory 8580 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 19
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt, random_15.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 10 ms 8568 KiB
hand_02.txt AC 10 ms 8552 KiB
random_01.txt AC 10 ms 8524 KiB
random_02.txt AC 10 ms 8464 KiB
random_03.txt AC 10 ms 8468 KiB
random_04.txt AC 10 ms 8484 KiB
random_05.txt AC 10 ms 8552 KiB
random_06.txt AC 10 ms 8544 KiB
random_07.txt AC 10 ms 8524 KiB
random_08.txt AC 10 ms 8448 KiB
random_09.txt AC 10 ms 8568 KiB
random_10.txt AC 10 ms 8552 KiB
random_11.txt AC 10 ms 8540 KiB
random_12.txt AC 10 ms 8564 KiB
random_13.txt AC 10 ms 8456 KiB
random_14.txt AC 10 ms 8516 KiB
random_15.txt AC 10 ms 8580 KiB
sample_01.txt AC 10 ms 8508 KiB
sample_02.txt AC 10 ms 8456 KiB