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 27, 2026 21:10Pavel SkripkinPavel SkripkinScore: 18,297Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 21:1116,836570,759,842452,676,000102,926,0002,445,312
2Apr 27, 2026 21:1117,098583,741,557457,397,000106,859,0002,502,656
3Apr 27, 2026 21:1117,970611,531,399490,029,000103,006,0002,326,528
4Apr 27, 2026 21:1118,205616,024,414494,833,000105,964,0002,535,424
5Apr 27, 2026 21:1118,297620,092,485496,840,000106,965,0002,469,888
6Apr 27, 2026 21:1118,681635,050,584511,580,000104,914,0002,383,872
7Apr 27, 2026 21:1120,016677,271,808555,607,000104,925,0002,301,952
8Apr 27, 2026 21:1121,048711,910,696590,652,000103,938,0002,441,216
9Apr 27, 2026 21:1126,272887,025,619765,119,000101,882,0002,453,504