結果

問題 No.5003 物理好きクリッカー
ユーザー tailstails
提出日時 2018-12-01 01:00:57
言語 Perl
(5.38.0)
結果
WA  
実行時間 -
コード長 48 bytes
コンパイル時間 134 ms
実行使用メモリ 22,032 KB
スコア 351,732
平均クエリ数 10000.00
最終ジャッジ日時 2021-07-19 07:24:53
合計ジャッジ時間 3,528 ms
ジャッジサーバーID
(参考情報)
judge12 / judge10
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
21,540 KB
testcase_01 AC 40 ms
21,696 KB
testcase_02 AC 40 ms
21,852 KB
testcase_03 WA -
testcase_04 AC 40 ms
21,840 KB
testcase_05 AC 40 ms
21,840 KB
testcase_06 AC 40 ms
21,528 KB
testcase_07 WA -
testcase_08 AC 40 ms
21,384 KB
testcase_09 WA -
testcase_10 AC 40 ms
21,720 KB
testcase_11 WA -
testcase_12 AC 40 ms
21,576 KB
testcase_13 AC 39 ms
21,876 KB
testcase_14 AC 40 ms
21,900 KB
testcase_15 AC 40 ms
21,540 KB
testcase_16 AC 39 ms
21,408 KB
testcase_17 AC 40 ms
21,564 KB
testcase_18 WA -
testcase_19 AC 40 ms
21,900 KB
testcase_20 AC 40 ms
21,876 KB
testcase_21 WA -
testcase_22 AC 40 ms
21,924 KB
testcase_23 AC 37 ms
21,912 KB
testcase_24 AC 40 ms
21,396 KB
testcase_25 AC 39 ms
21,384 KB
testcase_26 AC 39 ms
21,900 KB
testcase_27 AC 40 ms
21,948 KB
testcase_28 AC 40 ms
21,912 KB
testcase_29 AC 40 ms
21,552 KB
testcase_30 AC 40 ms
21,396 KB
testcase_31 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$|=1;
$n=<>;
<>;
for(1..$n){
	print"click\n";
}
0