-
Notifications
You must be signed in to change notification settings - Fork 2
doubleplusgood
bradendubois edited this page Jul 18, 2021
·
7 revisions
ID: doubleplusgood
Difficulty: 2.6
CPU Time: 2 seconds
Memory: 1024 MB
For this, one can consider that with N numbers, there are N-1 + symbols, and of that N-1, there will be 2^N-1 possible +/Concatenation permutations. Simulating those, and inserting the resulting value into a set to check the size of later shows the total number of unique submissions.