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 24, 2026 07:49olliecrowolliecrowScore: 14,924Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 07:5014,846504,146,633480,946,0008,999,0002,330,624
2Apr 24, 2026 07:5014,851505,627,256481,089,0009,001,0002,551,808
3Apr 24, 2026 07:5014,905509,651,577480,895,00010,997,0002,547,712
4Apr 24, 2026 07:5014,923511,542,126482,475,0009,989,0002,539,520
5Apr 24, 2026 07:5014,924514,209,152481,529,00010,989,0002,539,520
6Apr 24, 2026 07:5014,939510,318,412484,011,0009,000,0002,543,616
7Apr 24, 2026 07:5015,048517,765,832487,594,0008,992,0002,330,624
8Apr 24, 2026 07:5015,104515,646,805488,427,00010,008,0002,465,792
9Apr 24, 2026 07:5015,139518,694,581489,614,0009,992,0002,326,528