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:22TudyMTudyMScore: 26,539Success
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:2426,385890,794,751851,733,00018,994,0002,531,328
2Apr 29, 2026 14:2426,391892,035,138848,930,00021,998,0002,531,328
3Apr 29, 2026 14:2426,418885,161,046843,812,00027,993,0002,527,232
4Apr 29, 2026 14:2426,424890,876,816849,013,00023,000,0002,527,232
5Apr 29, 2026 14:2426,539896,048,187851,797,00023,994,0002,523,136
6Apr 29, 2026 14:2426,567892,376,655848,749,00027,991,0002,519,040
7Apr 29, 2026 14:2426,666901,268,328857,998,00021,999,0002,531,328
8Apr 29, 2026 14:2426,747905,281,888859,678,00022,991,0002,531,328
9Apr 29, 2026 14:2427,172919,153,251872,715,00023,964,0002,441,216