Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Author:
erfan
Language:
C/C++
Upload:
2020-06-23 16:31
Platform:
Unix/linux etc.
Difficulty:
4.0
Quality:
4.0
Arch:
x86-64
Downloads:
13
Size:
75.42 KB
Writeups:
0
Comments:
10
Description
lets say for a random permutation of length n, this code takes x seconds to complete (n 100_000). task 1. you should find a sequence of n numbers, so that this code takes at least 100x seconds to complete. bonus task: write a similar code using unordered_map that cannot be DOSed.