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 listSep 8, 2024 14:29matsuoka-601matsuoka-601Score: 5,693Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2024 14:295,664209,673,965183,919,0002,998,0002,396,160
2Sep 8, 2024 14:295,668212,768,426185,031,0002,000,0002,387,968
3Sep 8, 2024 14:295,684217,135,923184,594,0002,993,0002,482,176
4Sep 8, 2024 14:295,686215,153,909182,638,0004,990,0002,514,944
5Sep 8, 2024 14:295,693214,808,479185,866,0001,998,0002,392,064
6Sep 8, 2024 14:295,714211,553,393185,555,0002,992,0002,531,328
7Sep 8, 2024 14:295,720212,712,258184,775,0003,995,0002,469,888
8Sep 8, 2024 14:295,733216,572,577186,185,0003,002,0002,437,120
9Sep 8, 2024 14:295,765217,063,716188,247,0002,002,0002,269,184