結果
問題 | No.88 次はどっちだ |
ユーザー |
![]() |
提出日時 | 2022-11-10 00:36:17 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 43 ms / 5,000 ms |
コード長 | 192 bytes |
コンパイル時間 | 394 ms |
コンパイル使用メモリ | 82,092 KB |
実行使用メモリ | 55,004 KB |
最終ジャッジ日時 | 2024-07-23 05:19:26 |
合計ジャッジ時間 | 1,685 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 |
ソースコード
import sys,copyinput=lambda:sys.stdin.readline().rstrip()players=["oda","yukiko"]first=input()cur=0for i in range(8):cur+=input().count('.')print(players[(players.index(first)+cur)%2])