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,248Success
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,158437,935,285368,225,08202,260,992
2Apr 29, 2024 02:3611,160448,148,791368,278,81702,260,992
3Apr 29, 2024 02:3611,180401,292,403351,950,00016,997,0002,473,984
4Apr 29, 2024 02:3611,185394,190,137353,108,00016,004,0002,519,040
5Apr 29, 2024 02:3611,228392,403,648352,549,00017,977,0002,494,464
6Apr 29, 2024 02:3611,229398,742,663354,562,00015,980,0002,482,176
7Apr 29, 2024 02:3611,248443,179,336371,190,15202,256,896
8Apr 29, 2024 02:3611,269397,816,744357,867,00013,994,0002,338,816
9Apr 29, 2024 02:3611,334399,101,618357,020,00017,000,0002,363,392
10Apr 29, 2024 02:3611,344399,620,555356,378,00017,968,0002,473,984
11Apr 29, 2024 02:3611,410399,346,400358,565,00017,978,0002,457,600
12Apr 29, 2024 02:3611,510402,831,358366,852,00012,994,0002,469,888