結果

問題 No.202 1円玉投げ
ユーザー %20%20
提出日時 2018-05-30 17:18:11
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 203 bytes
コンパイル時間 126 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 183,040 KB
最終ジャッジ日時 2024-06-01 21:10:28
合計ジャッジ時間 33,707 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,774 ms
59,520 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 3 ms
6,944 KB
testcase_05 AC 134 ms
35,712 KB
testcase_06 AC 1,717 ms
150,912 KB
testcase_07 WA -
testcase_08 AC 1,908 ms
160,768 KB
testcase_09 AC 1,092 ms
116,736 KB
testcase_10 AC 469 ms
69,248 KB
testcase_11 AC 897 ms
104,064 KB
testcase_12 AC 923 ms
105,600 KB
testcase_13 AC 510 ms
73,728 KB
testcase_14 WA -
testcase_15 AC 1,039 ms
114,304 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 989 ms
109,952 KB
testcase_20 AC 1,539 ms
142,720 KB
testcase_21 AC 976 ms
109,568 KB
testcase_22 WA -
testcase_23 AC 20 ms
6,940 KB
testcase_24 AC 13 ms
6,944 KB
testcase_25 AC 13 ms
6,944 KB
testcase_26 WA -
testcase_27 AC 31 ms
23,168 KB
testcase_28 AC 13 ms
6,940 KB
testcase_29 AC 15 ms
6,940 KB
testcase_30 WA -
testcase_31 AC 11 ms
6,944 KB
testcase_32 AC 31 ms
20,224 KB
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 1,689 ms
55,296 KB
testcase_37 WA -
testcase_38 AC 1,655 ms
63,744 KB
testcase_39 AC 8 ms
6,940 KB
testcase_40 AC 7 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
for(<>){
	/ /;
	$x=$`/15;
	$y=$'/15;
	for$y($y..$y+4){
		for$x($x..$x+4){
			if(($_[$y][$x][0]-$`)**2+($_[$y][$x][1]-$')**2<400){
				goto a
			}
		}
	}
	$_[$y+2][$x+2]=[$`,$'];
	++$z;
	a:
}
print$z
0