結果

問題 No.2760 not fair position game
ユーザー tohohogisu
提出日時 2024-06-07 10:54:31
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 50 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 1,402 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 51,584 KB
最終ジャッジ日時 2024-12-25 13:17:45
合計ジャッジ時間 2,854 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

n,k=map(int,input().split())
print("BAolbi c e"[n%2::2])
0