結果

問題 No.1692 Expectations
ユーザー tatt61880tatt61880
提出日時 2021-10-05 01:35:25
言語 Kuin
(KuinC++ v.2021.9.17)
結果
AC  
実行時間 191 ms / 2,000 ms
コード長 297 bytes
コンパイル時間 1,991 ms
コンパイル使用メモリ 146,920 KB
実行使用メモリ 13,184 KB
最終ジャッジ日時 2024-07-23 02:09:44
合計ジャッジ時間 3,838 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 1 ms
6,944 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,944 KB
testcase_07 AC 1 ms
6,944 KB
testcase_08 AC 2 ms
6,940 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 74 ms
6,940 KB
testcase_11 AC 75 ms
6,940 KB
testcase_12 AC 2 ms
6,944 KB
testcase_13 AC 2 ms
6,940 KB
testcase_14 AC 15 ms
6,940 KB
testcase_15 AC 153 ms
9,088 KB
testcase_16 AC 15 ms
6,940 KB
testcase_17 AC 74 ms
7,168 KB
testcase_18 AC 29 ms
6,944 KB
testcase_19 AC 191 ms
9,856 KB
testcase_20 AC 124 ms
12,032 KB
testcase_21 AC 148 ms
13,184 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

func main()
	var n: int :: cui@inputInt()
	var m: int :: cui@inputInt()
	var d: dict<int, bool> :: #dict<int, bool>
	for i(0, n - 1)
		var a: int :: cui@inputInt()
		do d.add(a, true)
	end for
	
	var max: int :: ^d
	var min: int :: m = n & ^d = 1 ?(1, 0)
	do cui@print("\{max} \{min}\n")
end func
0