結果

問題 No.2691 Longest Infection Sequence
ユーザー Koi
提出日時 2024-03-23 14:27:17
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 61 bytes
コンパイル時間 319 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 65,792 KB
最終ジャッジ日時 2024-09-30 13:28:55
合計ジャッジ時間 1,933 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 2
other RE * 14
権限があれば一括ダウンロードができます

ソースコード

diff #

l=list(map(int,input().split()))
print(sun(l)-min(l[0],l[1]))
0