提出 #19586501


ソースコード 拡げる

import sys
input = sys.stdin.readline
import numpy as np

#    int(input())
#    input().split().strip()
#    map(int, input().strip().split())

S = input().strip()

if S[0] == S[1] and S[0] == S[2]:
    print("Won")

else:
    print("Lost")

提出情報

提出日時
問題 A - Slot
ユーザ rsypoz
言語 Python (3.8.2)
得点 100
コード長 257 Byte
結果 AC
実行時間 117 ms
メモリ 27140 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 19
セット名 テストケース
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
ケース名 結果 実行時間 メモリ
hand_01.txt AC 117 ms 26992 KiB
hand_02.txt AC 112 ms 26920 KiB
random_01.txt AC 114 ms 26940 KiB
random_02.txt AC 110 ms 26856 KiB
random_03.txt AC 109 ms 26884 KiB
random_04.txt AC 111 ms 26936 KiB
random_05.txt AC 109 ms 26936 KiB
random_06.txt AC 111 ms 26920 KiB
random_07.txt AC 111 ms 26980 KiB
random_08.txt AC 109 ms 26612 KiB
random_09.txt AC 114 ms 26556 KiB
random_10.txt AC 112 ms 27108 KiB
random_11.txt AC 113 ms 27140 KiB
random_12.txt AC 109 ms 26860 KiB
random_13.txt AC 112 ms 27116 KiB
random_14.txt AC 109 ms 26960 KiB
random_15.txt AC 110 ms 26572 KiB
sample_01.txt AC 111 ms 27072 KiB
sample_02.txt AC 112 ms 26856 KiB