結果
問題 | No.1806 Rotating Golem |
ユーザー |
![]() |
提出日時 | 2024-11-22 04:15:04 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 61 bytes |
コンパイル時間 | 406 ms |
コンパイル使用メモリ | 82,728 KB |
実行使用メモリ | 54,024 KB |
最終ジャッジ日時 | 2024-11-22 04:15:06 |
合計ジャッジ時間 | 2,204 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 6 WA * 7 |
ソースコード
d="NESW"a=input()b=input()print((d.index(a)-d.index(b))%4)