結果

問題 No.5003 物理好きクリッカー
ユーザー 👑 rin204rin204
提出日時 2021-08-29 17:24:45
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 538 ms / 10,000 ms
コード長 88 bytes
コンパイル時間 212 ms
実行使用メモリ 96,884 KB
スコア 452,672
平均クエリ数 10000.00
最終ジャッジ日時 2021-08-29 17:25:05
合計ジャッジ時間 19,997 ms
ジャッジサーバーID
(参考情報)
judge15 / judge10
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 531 ms
96,492 KB
testcase_01 AC 509 ms
96,660 KB
testcase_02 AC 509 ms
96,648 KB
testcase_03 AC 526 ms
96,340 KB
testcase_04 AC 505 ms
96,336 KB
testcase_05 AC 506 ms
96,288 KB
testcase_06 AC 525 ms
96,624 KB
testcase_07 AC 507 ms
96,360 KB
testcase_08 AC 501 ms
96,884 KB
testcase_09 AC 508 ms
96,664 KB
testcase_10 AC 528 ms
96,712 KB
testcase_11 AC 507 ms
96,684 KB
testcase_12 AC 508 ms
96,472 KB
testcase_13 AC 506 ms
96,312 KB
testcase_14 AC 535 ms
96,636 KB
testcase_15 AC 502 ms
96,244 KB
testcase_16 AC 503 ms
96,368 KB
testcase_17 AC 526 ms
96,448 KB
testcase_18 AC 506 ms
96,644 KB
testcase_19 AC 504 ms
96,656 KB
testcase_20 AC 506 ms
96,496 KB
testcase_21 AC 538 ms
96,600 KB
testcase_22 AC 504 ms
96,060 KB
testcase_23 AC 503 ms
96,328 KB
testcase_24 AC 503 ms
96,648 KB
testcase_25 AC 536 ms
96,300 KB
testcase_26 AC 504 ms
96,432 KB
testcase_27 AC 505 ms
96,464 KB
testcase_28 AC 531 ms
96,504 KB
testcase_29 AC 503 ms
96,240 KB
testcase_30 AC 511 ms
96,496 KB
testcase_31 AC 511 ms
96,524 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
input()
for _ in range(n):
    print("click", flush = True)
    input()
0