結果

問題 No.1362 [Zelkova 8th Tune] Black Sheep
ユーザー 👑 KazunKazun
提出日時 2020-09-07 22:59:15
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 59 ms / 1,000 ms
コード長 98 bytes
コンパイル時間 309 ms
コンパイル使用メモリ 82,472 KB
実行使用メモリ 74,264 KB
最終ジャッジ日時 2024-07-23 18:21:54
合計ジャッジ時間 3,369 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
52,248 KB
testcase_01 AC 37 ms
52,000 KB
testcase_02 AC 40 ms
52,156 KB
testcase_03 AC 39 ms
52,692 KB
testcase_04 AC 38 ms
53,676 KB
testcase_05 AC 36 ms
53,040 KB
testcase_06 AC 40 ms
53,540 KB
testcase_07 AC 37 ms
52,112 KB
testcase_08 AC 37 ms
52,008 KB
testcase_09 AC 38 ms
53,296 KB
testcase_10 AC 38 ms
53,632 KB
testcase_11 AC 38 ms
52,168 KB
testcase_12 AC 38 ms
51,960 KB
testcase_13 AC 53 ms
71,592 KB
testcase_14 AC 54 ms
68,608 KB
testcase_15 AC 42 ms
53,812 KB
testcase_16 AC 44 ms
61,248 KB
testcase_17 AC 54 ms
73,216 KB
testcase_18 AC 47 ms
64,644 KB
testcase_19 AC 57 ms
73,320 KB
testcase_20 AC 49 ms
66,064 KB
testcase_21 AC 47 ms
64,780 KB
testcase_22 AC 54 ms
70,144 KB
testcase_23 AC 56 ms
74,112 KB
testcase_24 AC 56 ms
74,100 KB
testcase_25 AC 56 ms
74,136 KB
testcase_26 AC 55 ms
74,264 KB
testcase_27 AC 55 ms
73,412 KB
testcase_28 AC 54 ms
74,164 KB
testcase_29 AC 57 ms
74,168 KB
testcase_30 AC 57 ms
73,728 KB
testcase_31 AC 56 ms
73,612 KB
testcase_32 AC 56 ms
73,744 KB
testcase_33 AC 59 ms
73,440 KB
testcase_34 AC 55 ms
73,744 KB
testcase_35 AC 38 ms
52,700 KB
testcase_36 AC 37 ms
52,112 KB
testcase_37 AC 37 ms
53,260 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S=input()

[a,b]=list(set(S))

if S[:3].count(a)>=2:
    x=b
else:
    x=a

print(S.index(x)+1,x)
0