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 29, 2026 14:43TudyMTudyMScore: 24,923Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:4424,721835,865,611795,819,00019,995,0002,531,328
2Apr 29, 2026 14:4424,859839,653,875790,390,00029,976,0002,527,232
3Apr 29, 2026 14:4424,881842,465,363795,131,00025,971,0002,535,424
4Apr 29, 2026 14:4424,889839,762,246794,372,00026,978,0002,469,888
5Apr 29, 2026 14:4424,923839,459,613796,500,00025,983,0002,535,424
6Apr 29, 2026 14:4424,927841,236,789800,621,00021,989,0002,396,160
7Apr 29, 2026 14:4425,025843,565,063797,837,00027,994,0002,334,720
8Apr 29, 2026 14:4425,040843,726,707803,346,00022,981,0002,531,328
9Apr 29, 2026 14:4425,088849,722,823800,922,00026,997,0002,293,760