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 listMay 12, 2024 16:17Joad NacerJoad NacerScore: 10,252Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 12, 2024 16:179,899354,370,211271,713,00054,942,0002,269,184
2May 12, 2024 16:179,917356,724,820270,394,00056,872,0002,297,856
3May 12, 2024 16:1710,113355,187,202274,771,00058,951,0002,473,984
4May 12, 2024 16:1710,143361,740,163277,780,00056,954,0002,441,216
5May 12, 2024 16:1710,148357,396,843276,892,00057,977,0002,433,024
6May 12, 2024 16:1710,183362,782,728279,036,00057,007,0002,281,472
7May 12, 2024 16:1710,252363,373,594280,433,00057,883,0002,326,528
8May 12, 2024 16:1710,360376,015,693282,895,00058,978,0002,293,760
9May 12, 2024 16:1710,416397,924,881343,742,39502,224,128
10May 12, 2024 16:1710,417418,195,028343,755,61902,220,032
11May 12, 2024 16:1710,508422,320,559346,780,31002,224,128
12May 12, 2024 16:1710,807383,823,414298,681,00057,938,0002,469,888