結果

問題 No.804 野菜が苦手
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 18:49:08
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 904 ms / 2,000 ms
コード長 124 bytes
コンパイル時間 7,325 ms
コンパイル使用メモリ 268,976 KB
実行使用メモリ 65,244 KB
最終ジャッジ日時 2024-09-21 07:39:28
合計ジャッジ時間 26,410 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 893 ms
64,984 KB
testcase_01 AC 867 ms
64,872 KB
testcase_02 AC 882 ms
65,000 KB
testcase_03 AC 889 ms
65,184 KB
testcase_04 AC 904 ms
65,068 KB
testcase_05 AC 878 ms
65,192 KB
testcase_06 AC 857 ms
65,056 KB
testcase_07 AC 857 ms
65,172 KB
testcase_08 AC 869 ms
65,148 KB
testcase_09 AC 877 ms
65,068 KB
testcase_10 AC 854 ms
64,944 KB
testcase_11 AC 882 ms
65,236 KB
testcase_12 AC 871 ms
64,840 KB
testcase_13 AC 869 ms
64,876 KB
testcase_14 AC 885 ms
64,952 KB
testcase_15 AC 885 ms
65,072 KB
testcase_16 AC 890 ms
65,244 KB
testcase_17 AC 882 ms
65,192 KB
testcase_18 AC 878 ms
65,152 KB
testcase_19 AC 878 ms
65,172 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main extends App{
	val s=new java.util.Scanner(System.in)
	val a,b,c,d=s.nextInt()
	println(Seq(a,b/c,d/(1+c)).min)
}
0