結果
| 問題 |
No.1362 [Zelkova 8th Tune] Black Sheep
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-04-19 23:04:00 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 365 bytes |
| コンパイル時間 | 432 ms |
| コンパイル使用メモリ | 12,160 KB |
| 実行使用メモリ | 12,084 KB |
| 最終ジャッジ日時 | 2025-04-19 23:04:04 |
| 合計ジャッジ時間 | 3,530 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 38 |
ソースコード
def Main():
s=input()
n=len(n)
for i in range(1,n):
if s[i]!=s[i-1]:
if i==1:
if s[0]!=s[2]:
print(1,s[0])
return
else:
print(2,s[1])
else:
print(i+1,s[i])
return
Main()