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, 2024 02:36Yuriy LyfenkoYuriy LyfenkoScore: 11,233Success
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, 2024 02:3611,069431,675,679365,288,71702,244,608
2Apr 29, 2024 02:3611,149393,059,772349,925,00017,996,0002,510,848
3Apr 29, 2024 02:3611,174441,014,787368,726,03202,248,704
4Apr 29, 2024 02:3611,201402,092,736355,652,00013,986,0002,473,984
5Apr 29, 2024 02:3611,210399,450,210349,940,00019,996,0002,371,584
6Apr 29, 2024 02:3611,229400,428,122355,587,00014,982,0002,510,848
7Apr 29, 2024 02:3611,233394,709,362354,711,00015,987,0002,498,560
8Apr 29, 2024 02:3611,271435,299,611371,933,68602,248,704
9Apr 29, 2024 02:3611,509403,106,372363,809,00015,991,0002,318,336
10Apr 29, 2024 02:3611,561410,090,029365,546,00015,980,0002,318,336
11Apr 29, 2024 02:3611,574409,614,586366,957,00014,998,0002,260,992
12Apr 29, 2024 02:3611,613411,609,430365,275,00017,964,0002,502,656