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 03:26Yuriy LyfenkoYuriy LyfenkoScore: 11,242Success
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 03:2611,048423,508,553364,579,09702,269,184
2Apr 29, 2024 03:2611,090441,233,602365,973,79602,269,184
3Apr 29, 2024 03:2611,206432,975,589369,787,92102,265,088
4Apr 29, 2024 03:2611,215391,276,513357,084,00013,003,0002,465,792
5Apr 29, 2024 03:2611,217398,542,075349,144,00021,008,0002,273,280
6Apr 29, 2024 03:2611,227402,267,099354,510,00015,977,0002,469,888
7Apr 29, 2024 03:2611,242393,808,874355,976,00014,999,0002,473,984
8Apr 29, 2024 03:2611,288400,182,995351,520,00020,971,0002,347,008
9Apr 29, 2024 03:2611,331401,678,052355,939,00017,996,0002,469,888
10Apr 29, 2024 03:2611,379400,494,265357,546,00017,977,0002,469,888
11Apr 29, 2024 03:2611,529405,176,001365,476,00014,978,0002,465,792
12Apr 29, 2024 03:2611,621407,593,965367,523,00015,979,0002,326,528