結果
問題 | No.1362 [Zelkova 8th Tune] Black Sheep |
ユーザー |
👑 |
提出日時 | 2021-08-23 05:58:38 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 70 ms / 1,000 ms |
コード長 | 94 bytes |
コンパイル時間 | 385 ms |
コンパイル使用メモリ | 81,920 KB |
実行使用メモリ | 73,984 KB |
最終ジャッジ日時 | 2024-11-07 06:05:49 |
合計ジャッジ時間 | 4,947 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 38 |
ソースコード
S = input()se = set(S)for i in se:if S.count(i) == 1:print(S.index(i) + 1, i)