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 25, 2026 21:30Charles CabergsCharles CabergsScore: 35,623Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 21:3135,1601,174,975,5671,151,291,0008,994,0002,342,912
2Apr 25, 2026 21:3135,2291,183,692,2351,155,582,0006,997,0002,334,720
3Apr 25, 2026 21:3135,3621,185,967,0161,160,952,0005,999,0002,322,432
4Apr 25, 2026 21:3135,5161,188,745,9701,165,055,0006,994,0002,318,336
5Apr 25, 2026 21:3135,6231,196,146,3601,165,592,0009,987,0002,347,008
6Apr 25, 2026 21:3135,7791,202,229,8581,171,731,0008,997,0002,322,432
7Apr 25, 2026 21:3135,8021,199,411,1741,174,473,0006,996,0002,342,912
8Apr 25, 2026 21:3135,8901,207,127,2101,174,405,0009,994,0002,334,720
9Apr 25, 2026 21:3138,0801,273,728,8441,248,665,0007,997,0002,334,720