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 04:14Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 27,595Success
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 04:1527,265922,595,779861,783,00037,990,0002,301,952
2Apr 25, 2026 04:1527,386923,977,729861,756,00041,988,0002,314,240
3Apr 25, 2026 04:1527,435923,052,542862,411,00042,970,0002,322,432
4Apr 25, 2026 04:1527,567928,829,621876,753,00032,990,0002,449,408
5Apr 25, 2026 04:1527,595931,889,756872,670,00037,985,0002,465,792
6Apr 25, 2026 04:1527,623934,048,875869,591,00041,980,0002,314,240
7Apr 25, 2026 04:1527,748931,967,593876,753,00038,944,0002,306,048
8Apr 25, 2026 04:1527,889942,742,826885,418,00034,937,0002,318,336
9Apr 25, 2026 04:1527,961942,913,193885,794,00036,949,0002,326,528