結果

問題 No.1140 EXPotentiaLLL!
ユーザー tatt61880tatt61880
提出日時 2021-02-23 18:08:43
言語 Kuin
(KuinC++ v.2021.9.17)
結果
TLE  
実行時間 -
コード長 193 bytes
コンパイル時間 2,053 ms
コンパイル使用メモリ 147,956 KB
実行使用メモリ 17,464 KB
最終ジャッジ日時 2024-09-16 11:37:37
合計ジャッジ時間 10,911 ms
ジャッジサーバーID
(参考情報)
judge4 / judge6
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 -- -
testcase_02 -- -
testcase_03 -- -
testcase_04 -- -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
testcase_08 -- -
testcase_09 -- -
testcase_10 -- -
testcase_11 -- -
testcase_12 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

func main()
	var t: int :: cui@inputInt()
	for(1, t)
		do cui@inputInt()
		var p: int :: cui@inputInt()
		
		var ans: int :: math@prime(p) ?(1, -1)
		do cui@print("\{ans}\n")
	end for
end func
0