結果

問題 No.3484 Just a Maze Game
コンテスト
ユーザー p-adic
提出日時 2026-02-08 18:26:43
言語 PyPy3
(7.3.17)
コンパイル:
pypy3 -mpy_compile _filename_
実行:
pypy3 _filename_
結果
AC  
実行時間 154 ms / 2,000 ms
+ 400µs
コード長 135 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 229 ms
コンパイル使用メモリ 95,984 KB
実行使用メモリ 89,344 KB
最終ジャッジ日時 2026-08-09 08:59:45
合計ジャッジ時間 4,996 ms
ジャッジサーバーID
(参考情報)
judge3_0 / judge2_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 24
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.py:1: SyntaxWarning: invalid decimal literal
  for t in[0]*int(input()):N,M,B,W=map(int,input().split());N=min(N,M);print(["Bob","Alice"][W^3and W^5and W^7 and N>1and(N>2 or W&1<1)])
Main.py:1: SyntaxWarning: invalid decimal literal
  for t in[0]*int(input()):N,M,B,W=map(int,input().split());N=min(N,M);print(["Bob","Alice"][W^3and W^5and W^7 and N>1and(N>2 or W&1<1)])
Main.py:1: SyntaxWarning: invalid decimal literal
  for t in[0]*int(input()):N,M,B,W=map(int,input().split());N=min(N,M);print(["Bob","Alice"][W^3and W^5and W^7 and N>1and(N>2 or W&1<1)])

ソースコード

diff #
raw source code

for t in[0]*int(input()):N,M,B,W=map(int,input().split());N=min(N,M);print(["Bob","Alice"][W^3and W^5and W^7 and N>1and(N>2 or W&1<1)])
0