結果

問題 No.5003 物理好きクリッカー
ユーザー trineutrontrineutron
提出日時 2021-01-03 00:51:32
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 67 bytes
コンパイル時間 111 ms
実行使用メモリ 22,448 KB
スコア 284,431
平均クエリ数 10000.00
最終ジャッジ日時 2021-07-19 14:16:59
合計ジャッジ時間 5,537 ms
ジャッジサーバーID
(参考情報)
judge10 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 48 ms
22,244 KB
testcase_03 AC 47 ms
22,056 KB
testcase_04 AC 54 ms
22,408 KB
testcase_05 WA -
testcase_06 AC 48 ms
22,308 KB
testcase_07 AC 49 ms
21,956 KB
testcase_08 WA -
testcase_09 AC 48 ms
22,320 KB
testcase_10 AC 48 ms
21,928 KB
testcase_11 AC 46 ms
22,304 KB
testcase_12 WA -
testcase_13 AC 48 ms
22,308 KB
testcase_14 AC 49 ms
22,112 KB
testcase_15 WA -
testcase_16 AC 48 ms
22,116 KB
testcase_17 AC 48 ms
22,144 KB
testcase_18 AC 48 ms
22,088 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 AC 47 ms
22,332 KB
testcase_22 AC 48 ms
21,952 KB
testcase_23 WA -
testcase_24 AC 47 ms
21,960 KB
testcase_25 WA -
testcase_26 AC 47 ms
21,968 KB
testcase_27 WA -
testcase_28 AC 46 ms
21,984 KB
testcase_29 AC 47 ms
22,420 KB
testcase_30 AC 48 ms
22,156 KB
testcase_31 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
s = input()
for i in range(n):
    print('click')
0