Guest User

Untitled

a guest
May 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ```
  2. g++ -o bin/kpa-brute-force -std=c++17 ftie/*.h ftie/*.cpp pengujian/kpa_bf.cpp `libpng-config --ldflags`
  3. ```
  4. ## Data to Test
  5. - [ ] `./bin/kpa-brute-force 3 7 2 `
  6. - [ ] `./bin/kpa-brute-force 3319 3323 6740748 `
  7. - [ ] `./bin/kpa-brute-force 7219 7243 5276214 `
  8. - [ ] `./bin/kpa-brute-force 11503 11519 108853157 `
  9. - [ ] `./bin/kpa-brute-force 15959 15971 198571272 `
  10. - [ ] `./bin/kpa-brute-force 20743 20747 3897525 `
  11. - [ ] `./bin/kpa-brute-force 25423 25439 120306645 `
  12. - [ ] `./bin/kpa-brute-force 30187 30203 848641030 `
  13. - [ ] `./bin/kpa-brute-force 34939 34963 345544734 `
  14. - [ ] `./bin/kpa-brute-force 39847 39863 841785434 `
  15. - [ ] `./bin/kpa-brute-force 44879 44887 303988326 `
  16. - [ ] `./bin/kpa-brute-force 49939 49943 1639202654 `
  17. - [ ] `./bin/kpa-brute-force 55219 55243 1665445251 `
  18. - [ ] `./bin/kpa-brute-force 60271 60331 2190503537 `
  19. - [ ] `./bin/kpa-brute-force 65479 65519 3213603271 `
Add Comment
Please, Sign In to add comment