結果
問題 | No.233 めぐるはめぐる (3) |
ユーザー | tails |
提出日時 | 2015-06-26 23:27:44 |
言語 | Perl (5.38.2) |
結果 |
TLE
|
実行時間 | - |
コード長 | 190 bytes |
コンパイル時間 | 211 ms |
コンパイル使用メモリ | 5,376 KB |
実行使用メモリ | 40,192 KB |
最終ジャッジ日時 | 2024-07-07 18:32:12 |
合計ジャッジ時間 | 3,926 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 77 ms
39,296 KB |
testcase_01 | AC | 44 ms
23,040 KB |
testcase_02 | AC | 24 ms
14,080 KB |
testcase_03 | AC | 65 ms
26,880 KB |
testcase_04 | AC | 126 ms
34,816 KB |
testcase_05 | TLE | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
<>;$s{$_}=1for<>; while(1){ @1=sort{.5<=>rand}qw(i a a e u u); @2=sort{.5<=>rand}qw(n b m g r); $s="$1[0]$2[0]$1[1]$2[1]$1[2]$2[2]$1[3]$2[3]$1[4]$2[4]$1[5]\n"; if(!$s{$s}){print $s;exit;} }