結果

問題 No.208 王将
ユーザー gorugo30
提出日時 2021-03-17 20:42:52
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 49 bytes
コンパイル時間 331 ms
コンパイル使用メモリ 82,700 KB
実行使用メモリ 53,056 KB
最終ジャッジ日時 2024-11-15 15:23:11
合計ジャッジ時間 2,554 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 19 WA * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

x, y = map(int, input().split())
print(max(x, y))
0