fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $list = ["あ","い","う","え","お","か","き","く","け","こ","た","ち","つ","て","と","な","に","ぬ","ね","の","は","ひ","ふ","へ","ほ","ま","み","む","め","も","や","ゆ","よ","わ","を","ん","が","ぎ","ぐ","げ","ご","ざ","じ","ず","ぜ","ぞ","だ","ぢ","づ","で","ど","ば","び","ぶ","べ","ぼ","ぱ","ぴ","ぷ","ぺ","ぽ","ぁ","ぃ","ぅ","ぇ","ぉ"];
  5.  
  6.  
  7. $listSize = count($list)-1;
  8.  
  9. for ($i=0;$i<=$listSize;$i++) {
  10. for ($j=0;$j<=$listSize;$j++) {
  11. for ($k=0;$k<=$listSize;$k++) {
  12. for ($l=0;$l<=$listSize;$l++) {
  13. if (md5($list[$i].$list[$j].$list[$k].$list[$l]) === "e4128b4d066c84056651a3574a3cc2c1") {
  14. print($list[$i].$list[$j].$list[$k].$list[$l]);
  15. }
  16. }
  17. }
  18. }
  19. }
  20.  
  21.  
Time limit exceeded #stdin #stdout 5s 222592KB
stdin
Standard input is empty
stdout
Standard output is empty