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 28, 2026 21:42olliecrowolliecrowScore: 11,961Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 21:4311,724404,710,455343,928,00042,991,0002,482,176
2Apr 28, 2026 21:4311,878407,423,921350,987,00040,998,0002,314,240
3Apr 28, 2026 21:4311,882407,133,278350,104,00042,012,0002,310,144
4Apr 28, 2026 21:4311,895410,216,959346,605,00045,947,0002,314,240
5Apr 28, 2026 21:4311,961412,711,030351,771,00042,972,0002,326,528
6Apr 28, 2026 21:4311,973412,937,823350,107,00045,013,0002,306,048
7Apr 28, 2026 21:4311,998413,208,100352,959,00042,995,0002,322,432
8Apr 28, 2026 21:4312,014415,183,563344,412,00052,062,0002,314,240
9Apr 28, 2026 21:4312,441429,543,201362,615,00047,949,0002,310,144