結果

問題 No.804 野菜が苦手
ユーザー tomarint2
提出日時 2019-03-22 21:22:56
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 1,036 ms
コンパイル使用メモリ 81,724 KB
実行使用メモリ 53,160 KB
最終ジャッジ日時 2024-09-19 02:40:22
合計ジャッジ時間 2,067 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 9 WA * 9
権限があれば一括ダウンロードができます

ソースコード

diff #

a,b,c,d=map(int,input().split())
print(min(a,d//(1+c)))
0