Submission #52924719
Source Code Expand
Copy
a, b, c = input()if a == b == c:print("Won")else:print("Lost")
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 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
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 KB |
hand_02.txt | AC | 10 ms | 8552 KB |
random_01.txt | AC | 10 ms | 8524 KB |
random_02.txt | AC | 10 ms | 8464 KB |
random_03.txt | AC | 10 ms | 8468 KB |
random_04.txt | AC | 10 ms | 8484 KB |
random_05.txt | AC | 10 ms | 8552 KB |
random_06.txt | AC | 10 ms | 8544 KB |
random_07.txt | AC | 10 ms | 8524 KB |
random_08.txt | AC | 10 ms | 8448 KB |
random_09.txt | AC | 10 ms | 8568 KB |
random_10.txt | AC | 10 ms | 8552 KB |
random_11.txt | AC | 10 ms | 8540 KB |
random_12.txt | AC | 10 ms | 8564 KB |
random_13.txt | AC | 10 ms | 8456 KB |
random_14.txt | AC | 10 ms | 8516 KB |
random_15.txt | AC | 10 ms | 8580 KB |
sample_01.txt | AC | 10 ms | 8508 KB |
sample_02.txt | AC | 10 ms | 8456 KB |