結果

問題 No.5003 物理好きクリッカー
ユーザー 👑 tatt61880tatt61880
提出日時 2020-05-23 14:07:24
言語 Kuin
(KuinC++ v.2021.9.17)
結果
AC  
実行時間 346 ms / 10,000 ms
コード長 165 bytes
コンパイル時間 2,464 ms
実行使用メモリ 22,404 KB
スコア 452,672
平均クエリ数 10000.00
最終ジャッジ日時 2021-07-31 22:33:57
合計ジャッジ時間 18,126 ms
ジャッジサーバーID
(参考情報)
judge10 / judge11
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 311 ms
22,224 KB
testcase_01 AC 313 ms
21,852 KB
testcase_02 AC 336 ms
22,224 KB
testcase_03 AC 310 ms
21,780 KB
testcase_04 AC 310 ms
21,792 KB
testcase_05 AC 312 ms
22,008 KB
testcase_06 AC 331 ms
22,020 KB
testcase_07 AC 327 ms
21,972 KB
testcase_08 AC 346 ms
22,080 KB
testcase_09 AC 319 ms
21,924 KB
testcase_10 AC 314 ms
22,116 KB
testcase_11 AC 313 ms
21,888 KB
testcase_12 AC 335 ms
21,912 KB
testcase_13 AC 342 ms
21,936 KB
testcase_14 AC 322 ms
22,320 KB
testcase_15 AC 334 ms
21,972 KB
testcase_16 AC 330 ms
21,912 KB
testcase_17 AC 336 ms
22,020 KB
testcase_18 AC 323 ms
21,960 KB
testcase_19 AC 336 ms
21,924 KB
testcase_20 AC 338 ms
21,948 KB
testcase_21 AC 336 ms
21,972 KB
testcase_22 AC 336 ms
21,876 KB
testcase_23 AC 329 ms
21,792 KB
testcase_24 AC 329 ms
22,020 KB
testcase_25 AC 325 ms
21,744 KB
testcase_26 AC 315 ms
21,888 KB
testcase_27 AC 326 ms
21,960 KB
testcase_28 AC 309 ms
21,948 KB
testcase_29 AC 310 ms
21,924 KB
testcase_30 AC 316 ms
21,936 KB
testcase_31 AC 320 ms
22,020 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

func main()
	var n: int :: cui@inputInt()
	var s: []char :: cui@input()
	for(1, n)
		do cui@print("click\n")
		do cui@flush()
		do s :: cui@input()
	end for
end func
0