結果

問題 No.113 宝探し
ユーザー tailstails
提出日時 2015-02-11 15:25:28
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 46 bytes
コンパイル時間 49 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,836 KB
最終ジャッジ日時 2023-09-05 23:12:29
合計ジャッジ時間 1,591 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,572 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 3 ms
4,568 KB
testcase_06 AC 2 ms
4,712 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 2 ms
4,620 KB
testcase_12 WA -
testcase_13 AC 2 ms
4,740 KB
testcase_14 AC 2 ms
4,548 KB
testcase_15 AC 2 ms
4,672 KB
testcase_16 WA -
testcase_17 RE -
testcase_18 AC 3 ms
4,644 KB
testcase_19 AC 2 ms
4,688 KB
testcase_20 WA -
testcase_21 RE -
testcase_22 AC 2 ms
4,712 KB
testcase_23 AC 2 ms
4,432 KB
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Warning: Use of "sqrt" without parentheses is ambiguous at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print sqrt+(y/N//-y/S//)**2+(y/E//-y/W//)for<>
0