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 23, 2026 00:18Charles CabergsCharles CabergsScore: 38,552Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 00:1938,1021,276,225,4881,248,376,0008,995,0002,482,176
2Apr 23, 2026 00:1938,1731,276,425,4661,248,740,00010,997,0002,473,984
3Apr 23, 2026 00:1938,5121,290,791,3711,259,925,00010,999,0002,478,080
4Apr 23, 2026 00:1938,5221,289,633,2001,263,245,0007,995,0002,322,432
5Apr 23, 2026 00:1938,5521,291,161,3871,263,228,0008,994,0002,322,432
6Apr 23, 2026 00:1938,7801,297,648,6911,273,752,0005,998,0002,367,488
7Apr 23, 2026 00:1939,2131,313,054,9081,284,054,0009,992,0002,486,272
8Apr 23, 2026 00:1939,9201,335,742,7591,309,377,0007,996,0002,482,176
9Apr 23, 2026 00:1940,7171,363,876,1721,334,691,0008,997,0002,478,080