結果

問題 No.380 悪の台本
ユーザー %20%20
提出日時 2016-09-16 13:55:00
言語 Perl
(5.38.2)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 183 bytes
コンパイル時間 122 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 20,352 KB
最終ジャッジ日時 2024-04-24 14:48:40
合計ジャッジ時間 754 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 6 ms
5,760 KB
testcase_05 AC 19 ms
6,656 KB
testcase_06 AC 18 ms
6,528 KB
testcase_07 AC 74 ms
20,352 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 7 ms
5,632 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

print
/^digi /&/nyo(\W|_){1,3}$/i|
/^petit /&/nyu(\W|_){1,3}$/i|
/^rabi .*[0-9A-Za-z]/|
/^gema /&/gema(\W|_){1,3}$/i|
/^piyo /&/pyo(\W|_){1,3}$/i?
'CORRECT (maybe)'
:'WRONG!'
,$/for<>
0