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 listApr 27, 2026 13:58limanjun99limanjun99Score: 7,006Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 13:596,984250,482,297216,469,00014,030,0002,535,424
2Apr 27, 2026 13:596,985255,556,109217,500,00013,029,0002,527,232
3Apr 27, 2026 13:596,996248,998,121216,904,00013,993,0002,531,328
4Apr 27, 2026 13:597,005251,389,365217,162,00014,010,0002,326,528
5Apr 27, 2026 13:597,006251,535,005217,190,00014,012,0002,523,136
6Apr 27, 2026 13:597,021244,007,215215,716,00015,978,0002,531,328
7Apr 27, 2026 13:597,028249,566,548215,930,00015,994,0002,347,008
8Apr 27, 2026 13:597,037249,030,921217,229,00015,015,0002,347,008
9Apr 27, 2026 13:597,074252,589,287217,501,00015,963,0002,519,040