結果

問題 No.1218 Something Like a Theorem
ユーザー tailstails
提出日時 2020-09-07 14:15:17
言語 Perl
(5.38.2)
結果
AC  
実行時間 630 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 363 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 43,928 KB
最終ジャッジ日時 2023-08-19 16:45:05
合計ジャッジ時間 1,692 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,096 KB
testcase_01 AC 3 ms
5,072 KB
testcase_02 AC 2 ms
4,612 KB
testcase_03 AC 2 ms
4,608 KB
testcase_04 AC 3 ms
4,620 KB
testcase_05 AC 630 ms
43,928 KB
testcase_06 AC 2 ms
4,612 KB
testcase_07 AC 5 ms
5,160 KB
testcase_08 AC 4 ms
5,240 KB
testcase_09 AC 4 ms
5,128 KB
testcase_10 AC 4 ms
5,040 KB
testcase_11 AC 2 ms
5,104 KB
testcase_12 AC 2 ms
5,192 KB
testcase_13 AC 2 ms
5,168 KB
testcase_14 AC 2 ms
5,068 KB
testcase_15 AC 3 ms
5,192 KB
testcase_16 AC 2 ms
4,492 KB
testcase_17 AC 3 ms
4,716 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

print grep(($'**$`-$_**$`)**(1/$`)!~/\./,1..$'-<>=~$")?Yes:No
0