fork download
  1. <?php
  2.  
  3. $start = time();
  4. $checks = 0;
  5.  
  6. for($north = 5; $north <= 8; $north++){
  7. for($east = 1; $east <= 6; $east++){
  8. for($lat = 0; $lat <= 999; $lat++){
  9. for($long = 0; $long <= 999; $long++){
  10. if(md5("N 49".chr(194)." 2" . $north . "." . str_pad($lat, 3, "0", STR_PAD_LEFT) ." E 11".chr(194)." 0" . $east . "." . str_pad($long, 3, "0", STR_PAD_LEFT)) == "0e9bfe8f349ed4b75d480743d1ab55e6e83c8176"){
  11. echo "N 49".chr(194)." 2" . $north . "." . str_pad($lat, 3, "0", STR_PAD_LEFT) ." E 11".chr(194)." 0" . $east . "." . str_pad($long, 3, "0", STR_PAD_LEFT) . " == " . md5("N 49".chr(194).chr(176)." 2" . $north . "." . str_pad($lat, 3, "0", STR_PAD_LEFT) ." E 11".chr(194).chr(176)." 0" . $east . "." . str_pad($long, 3, "0", STR_PAD_LEFT)) . "<br>";
  12. $end = time();
  13. echo "Laufzeit: " . ($end - $start) ." Sekunden!<br>";
  14. echo "Checks: " . $checks;
  15. exit(0);
  16. }else{
  17. $checks++;
  18. }
  19. }
  20. }
  21. }
  22. }
  23.  
  24. ?>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
0e9bfe8f349ed4b75d480743d1ab55e6e83c8176
compilation info
prog.nim(1, 5) Error: tabulators are not allowed
stdout
Standard output is empty