Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. .cr122635wrapper.ps1 -maxLoop 8;$Host.Name;$PSVersionTable
  2.  
  3. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  4. permutations=4096 formatString="1{0}2{1}3{2}4{3}5{4}6{5}7"
  5. orig. 7 269 756 19,574412
  6. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  7. permutations=4096 formatString="1{5}2{4}3{3}4{2}5{1}6{0}7"
  8. answer 7 284 839 1,911312
  9.  
  10. Windows PowerShell ISE Host
  11.  
  12. Name Value
  13. ---- -----
  14. PSVersion 5.1.17763.503
  15. PSEdition Desktop
  16. PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
  17. BuildVersion 10.0.17763.503
  18. CLRVersion 4.0.30319.42000
  19. WSManStackVersion 3.0
  20. PSRemotingProtocolVersion 2.3
  21. SerializationVersion 1.1.0.1
  22.  
  23. pwsh -noprofile -command .cr122635wrapper.ps1 -maxLoop 8;$Host.Name;$PSVersionTable
  24.  
  25. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  26. permutations=4096 formatString="1{0}2{1}3{2}4{3}5{4}6{5}7"
  27. orig. 7 269 756 22,0310531
  28. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  29. permutations=4096 formatString="1{5}2{4}3{3}4{2}5{1}6{0}7"
  30. answer 7 284 839 0,7800336
  31.  
  32. ConsoleHost
  33.  
  34. Name Value
  35. ---- -----
  36. PSVersion 6.2.0
  37. PSEdition Core
  38. GitCommitId 6.2.0
  39. OS Microsoft Windows 10.0.17763
  40. Platform Win32NT
  41. PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
  42. PSRemotingProtocolVersion 2.3
  43. SerializationVersion 1.1.0.1
  44. WSManStackVersion 3.0
  45.  
  46. powershell -noprofile -command .cr122635wrapper.ps1 -maxLoop 8;$Host.Name;$PSVersionTable
  47.  
  48. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  49. permutations=4096 formatString="1{0}2{1}3{2}4{3}5{4}6{5}7"
  50. orig. 7 269 756 87,1714765
  51. VERBOSE: maxRange=7, lowCountThreshold=1, operators="+-*/"
  52. permutations=4096 formatString="1{5}2{4}3{3}4{2}5{1}6{0}7"
  53. answer 7 284 839 64,888286
  54.  
  55. ConsoleHost
  56.  
  57. Name Value
  58. ---- -----
  59. PSVersion 5.1.17763.503
  60. PSEdition Desktop
  61. PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
  62. BuildVersion 10.0.17763.503
  63. CLRVersion 4.0.30319.42000
  64. WSManStackVersion 3.0
  65. PSRemotingProtocolVersion 2.3
  66. SerializationVersion 1.1.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement