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 15:26limanjun99limanjun99Score: 5,827Success
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 15:275,778205,621,935175,705,00014,974,0002,531,328
2Apr 27, 2026 15:275,822211,555,712177,128,00015,010,0002,527,232
3Apr 27, 2026 15:275,823214,160,756178,167,00014,013,0002,523,136
4Apr 27, 2026 15:275,825210,894,600177,226,00015,019,0002,519,040
5Apr 27, 2026 15:275,827210,707,931179,220,00013,089,0002,519,040
6Apr 27, 2026 15:275,832215,404,956177,446,00015,037,0002,519,040
7Apr 27, 2026 15:275,842218,052,548176,817,00015,983,0002,527,232
8Apr 27, 2026 15:275,857211,286,046179,273,00014,021,0002,531,328
9Apr 27, 2026 15:275,882210,082,973179,120,00015,010,0002,510,848