Skip to content

Instantly share code, notes, and snippets.

@satriahrh
Last active May 18, 2018 19:35
Show Gist options
  • Save satriahrh/127742201d8336523c5393d7496ad792 to your computer and use it in GitHub Desktop.
Save satriahrh/127742201d8336523c5393d7496ad792 to your computer and use it in GitHub Desktop.
g++ -o bin/kpa-brute-force -std=c++17 ftie/*.h ftie/*.cpp pengujian/kpa_bf.cpp `libpng-config --ldflags`

Data to Test

  • ./bin/kpa-brute-force 3 7 2
  • ./bin/kpa-brute-force 3319 3323 6740748
  • ./bin/kpa-brute-force 7219 7243 5276214
  • ./bin/kpa-brute-force 11503 11519 108853157
  • ./bin/kpa-brute-force 15959 15971 198571272
  • ./bin/kpa-brute-force 20743 20747 3897525
  • ./bin/kpa-brute-force 25423 25439 120306645
  • ./bin/kpa-brute-force 30187 30203 848641030
  • ./bin/kpa-brute-force 34939 34963 345544734
  • ./bin/kpa-brute-force 39847 39863 841785434
  • ./bin/kpa-brute-force 44879 44887 303988326
  • ./bin/kpa-brute-force 49939 49943 1639202654
  • ./bin/kpa-brute-force 55219 55243 1665445251
  • ./bin/kpa-brute-force 60271 60331 2190503537
  • ./bin/kpa-brute-force 65479 65519 3213603271
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment