結果

問題 No.682 Average
ユーザー tailstails
提出日時 2018-05-11 22:21:25
言語 Perl
(5.38.2)
結果
AC  
実行時間 6 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 5,392 KB
実行使用メモリ 5,356 KB
最終ジャッジ日時 2023-09-10 12:45:33
合計ジャッジ時間 995 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,060 KB
testcase_01 AC 6 ms
5,356 KB
testcase_02 AC 6 ms
5,172 KB
testcase_03 AC 6 ms
5,136 KB
testcase_04 AC 6 ms
5,136 KB
testcase_05 AC 6 ms
5,240 KB
testcase_06 AC 6 ms
5,304 KB
testcase_07 AC 6 ms
5,320 KB
testcase_08 AC 6 ms
5,040 KB
testcase_09 AC 6 ms
5,284 KB
testcase_10 AC 6 ms
5,212 KB
testcase_11 AC 6 ms
5,176 KB
testcase_12 AC 6 ms
5,308 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b)=glob<>;
print~~grep{($a+$b+$_)%3<1}$a..$b;
0