Unique strings Sergey Svistunov

Count the exact number of unique tokens as fast as possible.

Input

One token per line on STDIN:

JWXcKKaWzvFL5
Rof
3ztCpA
5wHcGN
*UiEMthaTS*g

Output

Print the exact count of unique tokens to STDOUT.

Constraints

  • Character set: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@#%*
  • Maximum token length: 16
  • Approximately 1,000,000 unique tokens
Back to listMay 8, 2021 22:23Andrey TsvetkovAndrey TsvetkovError
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 8, 2021 22:2300000exit with code 2: unexpected fault address 0x7ff84493d000 fatal error: fault [signal SIGBUS: bus error code=0x2 addr=0x7ff84493d000 pc=0x5568d742de9f] goroutine 1 [running]: runtime.throw(0x5568d742f35f, 0x5) /usr/lib/go-1.13/src/runtime/panic.go:774...